DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.AfterPaintEvent | Constructors | Fields | Methods | Properties | Events
AfterPaint event. Will be fired after any Paint operation. Uses painting context object.
Available also on: Delphi FMX | ActiveX | Python.
// C# public event TGIS_PaintEvent AfterPaintEvent { add {} remove {} }
' VisualBasic Public Custom Event AfterPaintEvent As TGIS_PaintEvent AddHandler(ByVal value As TGIS_PaintEvent) End AddHandler RemoveHandler(ByVal value As TGIS_PaintEvent) End RemoveHandler End Event
// Oxygene public event AfterPaintEvent : TGIS_PaintEvent add remove;
Type |
---|
TGIS_PaintEvent |
This even can be quite costly. To maintain compatibility with the old code we guarantee proper Graphics context even on SharpDX renderer. Try to replace this event with AfterPaintRendererEvent, which is always fast.