Creates the SVG thread with a default minimum width and height for the bitmap
Namespace: FMX.RS.SVGSyncObjs
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 FMX.RS.SVGSyncObjs.TSVGThread.DefaultWidth or FMX.RS.SVGSyncObjs.TSVGThread.DefaultHeight disables drawing of the SVG. |
The following code creates an SVG thread and starts it:
|
Reference |