|
Assign(TPersistent)
|
Represents method Assign(TPersistent). (Overrides FMX.RS.SVG.TSVGElement.Assign(TPersistent).)
|
|
AssignProperties(TPersistent)
|
Copies the properties of source to the current element (but not children) (Overrides FMX.RS.SVG.TSVGCustomGradient.AssignProperties(TPersistent).)
|
|
ChildSVGTypes
|
Returns the set of allowable child SVG element types (Overrides FMX.RS.SVG.TSVGElement.ChildSVGTypes.)
|
|
Clear
|
Clears the SVG element and resets its properties back to their defaults (Overrides FMX.RS.SVG.TSVGCustomGradient.Clear.)
|
|
DoLoadFromXML(IXMLNode)
|
This method sets the properties of the svg element from the node when loading the svg from XML
This method does the work for the current svg element only.
|
|
DoSaveToXML(IXMLNode)
|
This method saves the properties of the svg element to the xml node.
This method does the work for the current svg element only.
|
|
GetBrush(TSVGMatrix,TSVGRect)
|
Returns the Brush for the element, configured for the transformation and rectangle. (Overrides FMX.RS.SVG.TSVGGraphicElement.GetBrush(TSVGMatrix,TSVGRect).)
|
|
GetGradient(TSVGMatrix,TSVGRect)
|
Represents method GetGradient(TSVGMatrix,TSVGRect).
|
|
SVGType
|
Returns the SVG element type of the class (Overrides FMX.RS.SVG.TSVGElement.SVGType.)
|