DK11 for ActiveX | TatukGIS_XDK11.ITGIS_RendererAbstract.CanvasDrawBitmap | Methods | Properties
Draw bitmap on the Canvas object.
// C# public void CanvasDrawBitmap( ITGIS_Bitmap _bmp, ITRect _dst );
' VisualBasic Public Sub CanvasDrawBitmap( ByVal _bmp As ITGIS_Bitmap, ByVal _dst As ITRect )
// Oxygene public procedure CanvasDrawBitmap( _bmp : ITGIS_Bitmap; _dst : ITRect );
Name | Type | Description |
---|---|---|
_bmp | ITGIS_Bitmap | bitmap to be drawn |
_dst | ITRect | destination rectangle (in pixels); scaling will apply if required |