|
AlignText(TSVGCanvas,TLine,TSVGPoint)
|
Overloaded. Represents method AlignText(TSVGCanvas,TLine,TSVGPoint).
|
|
AssignTo(TPersistent)
|
Represents method AssignTo(TPersistent). (Overrides RSSVG.TSVGGraphicElement.AssignTo(TPersistent).)
|
|
ChildSVGTypes
|
Returns the set of allowable child SVG element types (Overrides RSSVG.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 RSSVG.Text.TSVGCustomText.Text property. (Overrides RSSVG.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 RSSVG.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 RSSVG.Text.TSVGCustomText.ReadChild(IXMLNode).)
|
|
SVGType
|
Returns the SVG element type of the class (Overrides RSSVG.TSVGElement.SVGType.)
|