Navigation: Code Documentation > RSVclSVG > RSSVGCtrls > Classes > TRSSVGDocument > Events
TRSSVGDocument.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: RSSVGCtrls
Delphi
published property OnDrawing: TSVGDrawingQEvent read GetOnDrawing write SetOnDrawing;
Value
Type: TSVGDrawingQEvent
•RSSVGCtrls.TRSSVGDocument.OnDrawn
•RSSVG.TSVGGraphicElement.Draw(TSVGCanvas,TSVGRect)
•TRSSVGDocument
•RSSVGCtrls