Navigation: Code Documentation > RSFMXSVG > FMX.RS.SVG > Classes > TSVGDocument > Events
TSVGDocument.OnDrawn Event
Occurs just after a SVG element is drawn. The event fires after drawing the current element and its children but before the canvas is returned to its initial state.
Namespace: FMX.RS.SVG
Delphi
published property OnDrawn: TSVGDrawingEvent read FOnDrawn write FOnDrawn;
Value
Type: TSVGDrawingEvent
•FMX.RS.SVG.TSVGDocument.OnDrawing
•FMX.RS.SVG.TSVGGraphicElement.Draw(TSVGCanvas,TSVGRect)
•TSVGDocument
•FMX.RS.SVG