Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVG > Classes > TSVGDocument > Events
TSVGDocument.OnDrawing Event
Occurs just before drawing the current element and its children. The event fires after the canvas brush, pen, font, clipping, etc are set up but before the actual drawing.
Namespace: FMX.RS.SVG
Delphi
published property OnDrawing: TSVGDrawingQEvent read FOnDrawing write FOnDrawing;
Value
Type: TSVGDrawingQEvent
•FMX.RS.SVG.TSVGDocument.OnDrawn
•FMX.RS.SVG.TSVGGraphicElement.Draw(TSVGCanvas,TSVGRect)
•TSVGDocument
•FMX.RS.SVG