Creates the SVG thread with a default minimum width and height for the bitmap
Namespace: RSSVGSyncObjs
Delphi |
public |
Parameters
DefaultWidth
Type: Single
Minimum Width of bitmap where SVG is drawn
DefaultHeight
Type: Single
Minimum Height of bitmap where SVG is drawn
Suspended
Type: Boolean
Start thread suspended
A value of 0 or less for RSSVGSyncObjs.TSVGThread.DefaultWidth or RSSVGSyncObjs.TSVGThread.DefaultHeight disables drawing of the SVG. |
The following code creates an SVG thread and starts it:
|
Reference |