DK11 for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.BeforePaintEvent | Constructors | Methods | Properties | Events
BeforePaint event. Will be fired before any Paint operation. Uses painting context object.
Available also on: .NET WinForms | ActiveX | Python.
// Delphi published property BeforePaintEvent : TGIS_PaintEvent read write;
// C++ Builder published: __property TGIS_PaintEvent* BeforePaintEvent = {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 BeforePaintRendererEvent, which is always fast.