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