DK11 for Java | tatukgis.jdk.TGIS_RendererAbstract.CanvasDrawBitmap | Overloads | Constructors | Fields | Methods | Properties
Draw bitmap on the Canvas object.
// Java public abstract void CanvasDrawBitmap( TGIS_Bitmap _bmp, TRect _dst );
// Oxygene public procedure CanvasDrawBitmap( _bmp : TGIS_Bitmap; _dst : TRect ); virtual; abstract;
Name | Type | Description |
---|---|---|
_bmp | TGIS_Bitmap | bitmap to be drawn |
_dst | TRect | destination rectangle (in pixels); scaling will apply if required |