|
ApplyStyle(TSVGStyle)
|
Applies the input style to the SVG element (Overrides RSSVG.TSVGGraphicElement.ApplyStyle(TSVGStyle).)
|
|
AssignProperties(TPersistent)
|
Copies the properties of source to the current element (but not children) (Overrides RSSVG.TSVGGraphicElement.AssignProperties(TPersistent).)
|
|
Clear
|
Clears the SVG element and resets its properties back to their defaults (Overrides RSSVG.TSVGGraphicElement.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.
|
|
PropagateObjectPropChange(TObject)
|
Called when a property that is an object (Brush, Pen, Font, Description, etc) changes. This method propagates the change to all children so that they know they need to recalculate stuff. Calls the RSSVG.TSVGElement.Change(TSVGElement) method (Overrides RSSVG.TSVGGraphicElement.PropagateObjectPropChange(TObject).)
|
|
SVGType
|
Returns the SVG element type of the class (Overrides RSSVG.TSVGElement.SVGType.)
|