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: FMX.RS.SVGControl
Delphi |
public |
Property Value
Type: Boolean
|