DK11 for Delphi | FMX.GisRenderer.TGIS_RendererFmx.RenderBitmap | Overloads | Constructors | Fields | Methods | Properties
Render bitmap on a current canvas with scaling.
Available also on: Python.
Overrides TGIS_RendererAbstract.RenderBitmap.
// Delphi public procedure RenderBitmap( const _handle : TObject; const _bmp : TGIS_Bitmap; const _dst : TRect; const _antialias : Boolean ); override;
// C++ Builder public: virtual void RenderBitmap( TObject* const _handle, TGIS_Bitmap* const _bmp, TRect* const _dst, const bool _antialias );
Name | Type | Description |
---|---|---|
_handle | TObject | handle to progressive layer context or nil |
_bmp | TGIS_Bitmap | bitmap to be drawn |
_dst | TRect | destination rectangle (to which bitmap should be rendered) |
_antialias | Boolean | if True, rendering is anti-aliased if the framework gives such a possibility |