Initializes the canvas with the current element's Brush, Pen, Font, and Clipping information to prepare the canvas for drawing the svg element.
The state of the input canvas is saved so that it may be restored after drawing the current element.
Note |
---|
This function returns True if the current element should be drawn. If the function returns False, the current element will not be drawn though all setup (clipping rectangles, fonts, etc) will still be done. Its children's draw methods will also still be called. |
Namespace: FMX.RS.SVG
Delphi |
protected |
Parameters
aMatrix
Type: System.Void
Canvas
Type: System.Void
aRect
Type: System.Void
Type: Boolean