DK11 for Delphi | FMX.GisRenderer.TGIS_RendererFmx.PaintExtra | Constructors | Fields | Methods | Properties
Paint an extra context on a top of a rendered map. Can be used for example to drawing edited shape.
Overrides TGIS_RendererAbstract.PaintExtra.
// Delphi public procedure PaintExtra( const _sender : TObject; const _context : TObject; const _event : TGIS_RendererEvent ); override;
// C++ Builder public: virtual void PaintExtra( TObject* const _sender, TObject* const _context, TGIS_RendererEvent* const _event );
Name | Type | Description |
---|---|---|
_sender | TObject | Sender to be passed to PainExtra event. |
_context | TObject | Rendering context (Canvas) of a final device. |
_event | TGIS_RendererEvent | Event to be fired. |