DK11 for Delphi | GisTypesUI.TGIS_Bitmap.DrawBitmap | Overloads | Constructors | Methods | Properties
Draw rectangle part of a bitmap on a part of a bitmap
// Delphi public procedure DrawBitmap( const _bmp : TGIS_Bitmap; const _bmprect : TRect; const _drawrect : TRect ); overload;
// C++ Builder public: void DrawBitmap( TGIS_Bitmap* const _bmp, TRect* const _bmprect, TRect* const _drawrect ) /* overload */;
Name | Type | Description |
---|---|---|
_bmp | TGIS_Bitmap | bitmap to be drawn |
_bmprect | TRect | defines part of _bmp to be drawn |
_drawrect | TRect | part in this rectangle of original bitmap will be overwrite |