DK11 for Delphi | GisTypesUI.TGIS_Bitmap.LockPixels | Overloads | Constructors | Methods | Properties
Return raw pixels in native system format and native system line order.
// Delphi public procedure LockPixels( var _pixels : TGIS_Pixels; const _writable : Boolean ); overload;
// C++ Builder public: void LockPixels( TGIS_Pixels* &_pixels, const bool _writable ) /* overload */;
Name | Type | Description |
---|---|---|
_pixels | TGIS_Pixels | array of pixels to be returned |
_writable | Boolean | if true then upon Unlock changes in locked pixel array will be populated back to bitmap |