DK for ActiveX | TatukGIS_XDK11.ITGIS_Bitmap.DrawBitmap | Methods | Properties
Draw rectangle part of a bitmap on a part of a bitmap
// C# public void DrawBitmap( ITGIS_Bitmap _bmp, ITRect _bmprect, ITRect _drawrect );
' VisualBasic Public Sub DrawBitmap( ByVal _bmp As ITGIS_Bitmap, ByVal _bmprect As ITRect, ByVal _drawrect As ITRect )
// Oxygene public procedure DrawBitmap( _bmp : ITGIS_Bitmap; _bmprect : ITRect; _drawrect : ITRect );
Name | Type | Description |
---|---|---|
_bmp | ITGIS_Bitmap | bitmap to be drawn |
_bmprect | ITRect | defines part of _bmp to be drawn |
_drawrect | ITRect | part in this rectangle of original bitmap will be overwrite |