Hide Comments
Hide Comments

Comments (0)

Specifies whether to draw the SVG to a backbuffer and then copy that image to the canvas (default) or to draw directly on the canvas

Set the Buffered property to false to draw directly on the image canvas. This is generally not recommended, however, it may look better on mobile devices

Namespace: RSSVGCtrls

expandingSyntax

Delphi

published
  property Buffered: Boolean read FBuffered write SetBuffered default True;
 

Property Value

Type: Boolean

expandingRemarks

noteNote

Buffering is always used when Opacity is less than 1 or tiling the SVG,
 
 

expandingSee Also

Reference

Comments (0)

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