Hide Comments
Hide Comments

Comments (0)

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

Namespace: FMX.RS.SVGSyncObjs

expandingSyntax

Delphi

public
  property Bitmap: TSVGBitmap read FBitmap write FBitmap;
 

Property Value

Type: TSVGBitmap

expandingRemarks

If this property is not nil on destruction, the thread will free the bitmap

alert_cautionWarning

Read or write this property only when the thread is not executing ( e.g., either before Start or in OnTerminate event)

expandingSee Also

Comments (0)

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