User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_bitmap.lockpixels_2_itgis_pixels_wordbool

Table of Contents

ITGIS_Bitmap.LockPixels_2 method

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

Return raw pixels in native system format and native system line order.

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

Syntax

// C#
public void LockPixels_2(
  ref ITGIS_Pixels _pixels,
  WordBool _writable
);
' VisualBasic
Public Sub LockPixels_2(
  ByRef _pixels As ITGIS_Pixels,
  ByVal _writable As WordBool
)
// Oxygene
public
  procedure LockPixels_2(
    var _pixels : ITGIS_Pixels;
    _writable : WordBool
  );

Parameters

Name Type Description
_pixels ITGIS_Pixels array of pixels to be returned
_writable WordBool if true then upon Unlock changes in locked pixel array will be populated back to bitmap
2025/01/31 01:03

Page Tools