DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.ReadGridLine | Constructors | Fields | Methods | Properties | Events
Reads a specific line of the grid into the preallocated buffer.
// Delphi public function ReadGridLine( var _buffer : TGIS_SingleArray; const _line : Integer; const _left : Integer; const _count : Integer ) : Integer; virtual;
// C++ Builder public: virtual int ReadGridLine( TGIS_SingleArray* &_buffer, const int _line, const int _left, const int _count );
Name | Type | Description |
---|---|---|
_buffer | TGIS_SingleArray | predefined buffer of singles |
_line | Integer | number of grid line to be read |
_left | Integer | left margin (columns to skip) |
_count | Integer | number of columns to be read |
Type | Description |
---|---|
Integer | number of read values |