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 _bmppix : TGIS_Pixels; const _bmprect : TRect; const _drawrect : TRect ); overload;
// C++ Builder public: void DrawBitmap( TGIS_Bitmap* const _bmp, TGIS_Pixels* const _bmppix, TRect* const _bmprect, TRect* const _drawrect ) /* overload */;
Name | Type | Description |
---|---|---|
_bmp | TGIS_Bitmap | bitmap to be drawn |
_bmppix | TGIS_Pixels | pixels buffer from lock to be drawn |
_bmprect | TRect | defines part of _bmp to be drawn |
_drawrect | TRect | part in this rectangle of original bitmap will be overwrite |