User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmap.lockpixels_tgis_pixels

Table of Contents

TGIS_Bitmap.LockPixels(TGIS_Pixels) method

DK11 for Delphi | GisTypesUI.TGIS_Bitmap.LockPixels | Overloads | Constructors | Methods | Properties

Return read only raw pixels in native system format and native system line order,

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

Syntax

// Delphi
public
  procedure LockPixels(
    var _pixels : TGIS_Pixels
  ); overload;
// C++ Builder
public:
  void LockPixels(
    TGIS_Pixels* &_pixels
  ) /* overload */;

Parameters

Name Type Description
_pixels TGIS_Pixels array of pixels to be returned
2022/11/30 19:19

Page Tools