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

Return read only raw pixels in native system format and native system 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 array of pixels to be returned
2025/01/31 01:03

Page Tools