User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_rendererabstract.canvasdrawbitmap_itgis_bitmap_itrect

Table of Contents

ITGIS_RendererAbstract.CanvasDrawBitmap method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_RendererAbstract.CanvasDrawBitmap | Methods | Properties

Draw bitmap on the Canvas object.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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
  );

Parameters

Name Type Description
_bmp ITGIS_Bitmap bitmap to be drawn
_dst ITRect destination rectangle (in pixels); scaling will apply if required

References

2022/11/30 19:09

Page Tools