Navigation: Code Documentation > RSVclSVG > RSSVGSyncObjs > Classes > TSVGThread
TSVGThread Properties
Name
Description
Bitmap
Bitmap to draw the SVG into. The RSSVGSyncObjs.TSVGThread.DefaultWidth and RSSVGSyncObjs.TSVGThread.DefaultHeight properties define the default minimum size of the bitmap, which will be changed based on the size of the SVG and the RSSVGSyncObjs.TSVGThread.WrapMode and RSSVGSyncObjs.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 RSSVGSyncObjs.TSVGThread.WrapMode is iwOriginal
SVG
the SVG object to draw
WrapMode
Defines how the SVG is drawn to the bitmap
Top