DK11 for Delphi | GisRendererAbstract.TGIS_RendererAbstract.RenderBitmap | Overloads | Constructors | Fields | Methods | Properties
Render bitmap on a current canvas with scaling.
// Delphi public procedure RenderBitmap( const _handle : TObject; const _bmp : TGIS_Bitmap; const _dst : TRect; const _antialias : Boolean ); overload; virtual; abstract;
// C++ Builder public: virtual void RenderBitmap( TObject* const _handle, TGIS_Bitmap* const _bmp, TRect* const _dst, const bool _antialias ) = 0 /* overload */;
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 |