DK11 for Python | tatukgis.pdk.TGIS_RendererAbstract.CanvasDrawBitmap | Overloads | Constructors | Methods | Properties
Draw bitmap on the Canvas object.
# Python def CanvasDrawBitmap( self, _bmp: TGIS_Bitmap, _dst: TRect ) -> None:
Name | Type | Description |
---|---|---|
_bmp | TGIS_Bitmap | bitmap to be drawn |
_dst | TRect | destination rectangle (in pixels); scaling will apply if required |