Hide Comments
Hide Comments

Comments (0)

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

Namespace: RSSVGSyncObjs

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

Reference

Comments (0)

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