Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVG > Classes > TSVGSymbol
TSVGSymbol Methods
Name
Description
ChildSVGTypes
Returns the set of allowable child SVG element types (Overrides FMX.RS.SVG.TSVGElement.ChildSVGTypes.)
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.
GetBoundsRect
Gets the Bounding Rectangle (in pixels) of the element. This value is the bounding rectangle before any transformations are applied. (Overrides FMX.RS.SVG.TSVGCustomViewBox.GetBoundsRect.)
SVGType
Returns the SVG element type of the class (Overrides FMX.RS.SVG.TSVGCustomGroup.SVGType.)
Top