DK for ActiveX | TatukGIS_XDK11.ITGIS_Bitmap.LockPixels_2 | Methods | Properties
Return raw pixels in native system format and native system line order.
// 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 );
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 |