DK11 for .NET | TatukGIS.NDK.TGIS_RendererAbstract.CanvasDrawBitmap | Overloads | Constructors | Fields | Methods | Properties
Draw bitmap on the Canvas object.
// C# public virtual abstract void CanvasDrawBitmap( TGIS_Bitmap _bmp, TRect _dst );
' VisualBasic Public Overridable MustOverride Sub CanvasDrawBitmap( ByVal _bmp As TGIS_Bitmap, ByVal _dst As TRect )
// 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 |