DK for Delphi | GisLayerPixel.TGIS_LayerPixel.UnlockPixels | Constructors | Fields | Methods | Properties | Events
UnLocks a fragment. Populate changes to the layer.
// Delphi public procedure UnlockPixels( var _lock : TGIS_LayerPixelLock ); virtual;
// C++ Builder public: virtual void UnlockPixels( TGIS_LayerPixelLock* &_lock );
Name | Type | Description |
---|---|---|
_lock | TGIS_LayerPixelLock | lock obtained upon LockPixels() call |