Hide Comments
Hide Comments

TSVGCustomViewBox.Draw(TSVGMatrix,TSVGCanvas,TSVGRect) Method

Comments (0)

Draw the SVG to the specified canvas inside the specified rectangle. The matrix parameter specifies the cumulative transformations from the Parent element (and its Parents) to apply when drawing the element.

Namespace: FMX.RS.SVG

expandingSyntax

Delphi

public
  procedure Draw(aMatrix: TSVGMatrix; const Canvas: TSVGCanvas; aRect: TSVGRect); override;
 

Parameters

aMatrix

Type: System.Void

cumulative transformations from the Parent element (and its Parents) to apply when drawing the element.

Canvas

Type: System.Void

Canvas to draw on

aRect

Type: System.Void

Rectangle to draw within

Overrides

TSVGGraphicElement.Draw(TSVGMatrix,TSVGCanvas,TSVGRect)
 

expandingSee Also

Reference

TSVGGraphicElement.Draw(TSVGMatrix,TCanvas,TRect)

Comments (0)

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