User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_bitmap.drawbitmap_itgis_bitmap_itrect_itrect

Table of Contents

ITGIS_Bitmap.DrawBitmap method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Bitmap.DrawBitmap | Methods | Properties

Draw a rectangular part of one bitmap onto a rectangular part of this bitmap.

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

Syntax

// C#
public void DrawBitmap(
  ITGIS_Bitmap _bmp,
  ITRect _bmprect,
  ITRect _drawrect
);
' VisualBasic
Public Sub DrawBitmap(
  ByVal _bmp As ITGIS_Bitmap,
  ByVal _bmprect As ITRect,
  ByVal _drawrect As ITRect
)
// Oxygene
public
  procedure DrawBitmap(
    _bmp : ITGIS_Bitmap;
    _bmprect : ITRect;
    _drawrect : ITRect
  );

Parameters

Name Type Description
_bmp ITGIS_Bitmap source bitmap to draw
_bmprect ITRect source rectangle within _bmp
_drawrect ITRect destination rectangle within this bitmap to be overwritten
2026/07/11 00:08

Page Tools