|
AlignText(TSVGCanvas,TLine,TSVGPoint)
|
Overloaded. Represents method AlignText(TSVGCanvas,TLine,TSVGPoint).
|
|
AssignTo(TPersistent)
|
Represents method AssignTo(TPersistent). (Overrides FMX.RS.SVG.TSVGGraphicElement.AssignTo(TPersistent).)
|
|
ChildSVGTypes
|
Returns the set of allowable child SVG element types (Overrides FMX.RS.SVG.TSVGElement.ChildSVGTypes.)
|
|
ConvertToPath(TSVGCanvas,TSVGMatrix,TSVGTextChunks)
|
Overloaded. Convert text (including children) to a path
|
|
CreateTextShapes(TSVGCanvas,TSVGMatrix)
|
Create text shapes, i.e., create path representations of the glyphs in the FMX.RS.SVG.Text.TSVGCustomText.Text property. (Overrides FMX.RS.SVG.Text.TSVGCustomText.CreateTextShapes(TSVGCanvas,TSVGMatrix).)
|
|
DoModifyControl(TControl,TSVGMatrix,TSVGRect,TSVGControlElementEvent)
|
Represents method DoModifyControl(TControl,TSVGMatrix,TSVGRect,TSVGControlElementEvent).
|
|
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.TSVGGraphicElement.GetBoundsRect.)
|
|
PathAtPos(TSVGMatrix,TSVGCanvas,TSVGPoint,TSVGRect,TSVGShapePath,TSVGFindOptions)
|
Returns Self if the specified path contains the specified point. The method assumes the size and location of the current element is the rectangle specified by aRect. Use the PathAtPos method to determine if the current SVG element described by the path shape is at the specified location.
If the path does not contain the point, the function returns nil.
|
|
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.Text.TSVGCustomText.ReadChild(IXMLNode).)
|
|
SVGType
|
Returns the SVG element type of the class (Overrides FMX.RS.SVG.TSVGElement.SVGType.)
|