|
AssignProperties(TPersistent)
|
Copies the properties of source to the current element (but not children) (Overrides FMX.RS.SVG.TSVGGraphicElement.AssignProperties(TPersistent).)
|
|
Clear
|
Clears the SVG element and resets its properties back to their defaults (Overrides FMX.RS.SVG.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.
|
|
DoShouldDraw
|
Represents method DoShouldDraw. (Overrides FMX.RS.SVG.TSVGGraphicElement.DoShouldDraw.)
|
|
ElementNotification(TObject,TSVGElement,TCollectionNotification)
|
This method is called when an element is added or removed from the FMX.RS.SVG.TSVGElement.Items property (Overrides FMX.RS.SVG.TSVGElement.ElementNotification(TObject,TSVGElement,TCollectionNotification).)
|
|
GetGradient(TSVGMatrix,TRSRect)
|
Generates a gradient for a TBrush. The calling routine should free the gradient
|
|
NotifyListener(TSVGElement)
|
The NotifyListener method is called when aElement has changed or is being destroyed (Overrides FMX.RS.SVG.TSVGElement.NotifyListener(TSVGElement).)
|
|
ReadChild(IXMLNode)
|
Reads the specified node and sets properties on the current TSVGGraphicElement. This method is meant to read child nodes that do not represent TSVGGraphicElements in the svg hierarchy. For example, it can read a child node that represents the Description property of the current svg element. (Overrides FMX.RS.SVG.TSVGGraphicElement.ReadChild(IXMLNode).)
|
|
SetGradientPoints(TSVGGradientPoints,Integer)
|
Represents method SetGradientPoints(TSVGGradientPoints,Integer).
|