DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.getLinePixels | Constructors | Fields | Methods | Properties | Events
Internal use only. For reading an image line.
// Delphi protected function getLinePixels( const _buffer : TGIS_Pixels; const _offset : Integer; const _linenr : Integer; const _pixStart : Integer; const _pixCount : Integer ) : Integer; virtual;
// C++ Builder protected: virtual int getLinePixels( TGIS_Pixels* const _buffer, const int _offset, const int _linenr, const int _pixStart, const int _pixCount );
Name | Type | Description |
---|---|---|
_buffer | TGIS_Pixels | pixels array |
_offset | Integer | start in _buffer |
_linenr | Integer | line number |
_pixStart | Integer | left margin (pixels to skip) |
_pixCount | Integer | number of image pixels to read |
Type | Description |
---|---|
Integer | number of read pixels |