|
TRSFmxSVGDocument
|
Provides design-time (and run-time) access to an SVG document. Specify the Filename of the SVG to load or use the Lines property to "bundle" your SVG into the application
|
|
TRSSVGCircle
|
Defines a TCircle for a SVG circle element. This class is used when FMX objects are generated for the SVG (as opposed to drawing them directly using the TRSSVGImage component), which provide FMX access to the SVG element
|
|
TRSSVGEllipse
|
Defines a TEllipse for a SVG ellipse element. This class is used when FMX objects are generated for the SVG (as opposed to drawing them directly using the TRSSVGImage component), which provide FMX access to the SVG element
|
|
TRSSVGImage
|
TRSSVGImage displays a graphical image of an SVG. The control ensures that the image is always of the highest resolution by redrawing the SVG when the control is rescaled.
Use TRSSVGImage to display a graphical image of a SVG on a form. Use the SVGDocument and SVGRootID properties to control which SVG is displayed in the image. TRSSVGImage introduces several properties to determine how the SVG is displayed within the boundaries of the TRSSVGImage object.
|
|
TRSSVGLayout
|
Defines a TLayout for a SVG group or use element. This class is used when FMX objects are generated for the SVG (as opposed to drawing them directly using the TRSSVGImage component), which provide FMX access to the SVG element
|
|
TRSSVGLine
|
Defines a TLine for a SVG line element. This class is used when FMX objects are generated for the SVG (as opposed to drawing them directly using the TRSSVGImage component), which provide FMX access to the SVG element
|
|
TRSSVGPanel
|
Provides a panel for generating design-time or run-time FMX objects for a SVG. Unlike the TRSSVGImage component, the TRSSVGPanel component does not draw the SVG using canvas operations. Rather, it generates the FMX controls to draw the SVG.
|
|
TRSSVGPath
|
Defines a TShape for a SVG path element. This class is used when FMX objects are generated for the SVG (as opposed to drawing them directly using the TRSSVGImage component), which provide FMX access to the SVG element
|
|
TRSSVGRectangle
|
Defines a TRectangle for a SVG rect element. This class is used when FMX objects are generated for the SVG (as opposed to drawing them directly using the TRSSVGImage component), which provide FMX access to the SVG element
|
|
TRSSVGText
|
Defines a TText for a SVG text element. This class is used when FMX objects are generated for the SVG (as opposed to drawing them directly using the TRSSVGImage component), which provide FMX access to the SVG element.
|
|
TRSSVGThreadImage
|
TRSSVGThreadImage displays a graphical image of a SVG. The control ensures that the image is always of the highest resolution by redrawing the SVG when the control is rescaled.
Use TRSSVGThreadImage to display a graphical image of a SVG on a form. Use the Filename or Lines properties to control which SVG is displayed in the image. TRSSVGThreadImage introduces several properties to determine how the SVG is displayed within the boundaries of the TRSSVGThreadImage object.
|
|
TRSSVG_Image
|
Defines a TImage for a SVG image element. This class is used when FMX objects are generated for the SVG (as opposed to drawing them directly using the TRSSVGImage component), which provide FMX access to the SVG element.
|