User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_bitmap.lockpixels_itgis_pixels

Table of Contents

ITGIS_Bitmap.LockPixels method

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

Lock and return read-only raw bitmap pixels in the native platform format and native line order.

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

Syntax

// C#
public void LockPixels(
  ref ITGIS_Pixels _pixels
);
' VisualBasic
Public Sub LockPixels(
  ByRef _pixels As ITGIS_Pixels
)
// Oxygene
public
  procedure LockPixels(
    var _pixels : ITGIS_Pixels
  );

Parameters

Name Type Description
_pixels ITGIS_Pixels pixel array that receives the locked bitmap data
2026/07/11 00:08

Page Tools