DK11 for Delphi | GisRendererAbstract.TGIS_RendererAbstract.CanvasDrawBitmap | Overloads | Constructors | Fields | Methods | Properties
Draw bitmap on the Canvas object.
// Delphi public procedure CanvasDrawBitmap( const _bmp : TGIS_Bitmap; const _dst : TRect ); overload; virtual; abstract;
// C++ Builder public: virtual void CanvasDrawBitmap( TGIS_Bitmap* const _bmp, TRect* const _dst ) = 0 /* overload */;
Name | Type | Description |
---|---|---|
_bmp | TGIS_Bitmap | bitmap to be drawn |
_dst | TRect | destination rectangle (in pixels); scaling will apply if required |