User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_bitmap.drawbitmap_2_itgis_bitmap_itgis_pixels_itrect_itrect

Table of Contents

ITGIS_Bitmap.DrawBitmap_2 method

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

Draw rectangle part of a bitmap on a part of a bitmap

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

Syntax

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

Parameters

Name Type Description
_bmp ITGIS_Bitmap bitmap to be drawn
_bmppix ITGIS_Pixels pixels buffer from lock to be drawn
_bmprect ITRect defines part of _bmp to be drawn
_drawrect ITRect part in this rectangle of original bitmap will be overwrite
2025/01/31 01:03

Page Tools