Hide Comments
Hide Comments

Comments (0)

Represents namespace RSSVGCtrls.

expandingClasses

 

Name

Description

public class

TRSSVGDocument

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

public class

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.

public class

TRSSVGLayout

Defines a placeholder control for a SVG group element. This class is used when VCL objects are generated for the SVG (as opposed to drawing them directly using the TRSSVGImage component), which provide VCL access to the SVG element.

public class

TRSSVGPanel

Provides a panel for generating design-time or run-time VCL objects for a SVG. Unlike the TRSSVGImage component, the TRSSVGPanel component does not draw the SVG using canvas operations. Rather, it generates the VCL controls to draw the SVG.

The TRSSVGPanel for the VCL is much more limited in capabilities and compatibility with the SVG specification than the FMX version. The limitations include no clipping, rotated and scaled controls may be clipped, and flickering. It is recommended to use the TRSSVGPanel only on tested SVGs to prevent errors.

public class

TRSSVGPath

Defines a Path control for a SVG image element. This class is used when VCL objects are generated for the SVG (as opposed to drawing them directly using the TRSSVGImage component), which provide VCL access to the SVG element.

public class

TRSSVGText

Defines a TText for a SVG text element. This class is used when VCL objects are generated for the SVG (as opposed to drawing them directly using the TRSSVGImage component), which provide VCL access to the SVG element.

public class

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.

public class

TRSSVG_Image

Defines a TImage for a SVG image element. This class is used when VCL objects are generated for the SVG (as opposed to drawing them directly using the TRSSVGImage component), which provide VCL access to the SVG element.

Top

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb