DK11 for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.AfterPaintEvent | Constructors | Methods | Properties | Events
AfterPaint event. Will be fired after any Paint operation. Uses painting context object.
Available also on: .NET WinForms | ActiveX | Python.
// Delphi published property AfterPaintEvent : TGIS_PaintEvent read write;
// C++ Builder published: __property TGIS_PaintEvent* AfterPaintEvent = {read, write};
Type |
---|
TGIS_PaintEvent |
This even can be quite costly. To maintain compatibility with the old code we guarantee proper Canvas drawing context. Try to replace this event with AfterPaintRendererEvent, which is always fast.