DK11 for Delphi | GisRendererAbstract.TGIS_RendererAbstract.RenderBitmapBegin | Constructors | Fields | Methods | Properties
Prepare custom rendering context for lengthy bitmap drawing. Use for example to display progressive update of ECW files.
// Delphi public function RenderBitmapBegin : TObject; virtual; abstract;
// C++ Builder public: virtual TObject* RenderBitmapBegin(void) = 0;
Type | Description |
---|---|
TObject | Handle to the context. |