Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVGSyncObjs > Classes > TSVGThread
TSVGThread Properties
Name
Description
Bitmap
Bitmap to draw the SVG into. The FMX.RS.SVGSyncObjs.TSVGThread.DefaultWidth and FMX.RS.SVGSyncObjs.TSVGThread.DefaultHeight properties define the default minimum size of the bitmap, which will be changed based on the size of the SVG and the FMX.RS.SVGSyncObjs.TSVGThread.WrapMode and FMX.RS.SVGSyncObjs.TSVGThread.ScaleFactor properties
DefaultHeight
Default Height of Bitmap where SVG is to be drawn
DefaultWidth
Default Width of Bitmap where SVG is to be drawn
ScaleFactor
Defines how the SVG is scaled when FMX.RS.SVGSyncObjs.TSVGThread.WrapMode is iwOriginal
SVG
the SVG object to draw
WrapMode
Defines how the SVG is drawn to the bitmap
Top