TSVGGraphicElement.DoDrawing(TObject,TSVGMatrix,TSVGCanvas,TSVGRect) Method |
Scroll Prev Top Next More |
This method is called just before drawing the current element and its children. The method is called after the canvas brush, pen, font, clipping, etc are set up but before the actual drawing.
It exposes the OnDrawing event.
Note |
---|
This function returns True if the current element should be drawn. If the function returns False, the current element will not be drawn. However, its children's draw methods will still be called. |
Namespace: FMX.RS.SVG
Delphi |
protected |
Parameters
Sender
Type: TObject
Matrix
Type: System.Void
Canvas
Type: System.Void
aRect
Type: System.Void
Type: Boolean