DK for ActiveX | TatukGIS_XDK11.ITGIS_Bitmap.LockPixels | Methods | Properties
Lock and return read-only raw bitmap pixels in the native platform format and native line order.
// 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 );
| Name | Type | Description |
|---|---|---|
| _pixels | ITGIS_Pixels | pixel array that receives the locked bitmap data |