DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.getNativeLineGrayGrid | Constructors | Fields | Methods | Properties | Events
Internal use only.
// Delphi protected function getNativeLineGrayGrid( const _buffer : TGIS_SingleArray; const _linenr : Integer; const _startIdx : Integer; const _count : Integer ) : Integer; virtual;
// C++ Builder protected: virtual int getNativeLineGrayGrid( TGIS_SingleArray* const _buffer, const int _linenr, const int _startIdx, const int _count );
Name | Type | Description |
---|---|---|
_buffer | TGIS_SingleArray | predefined buffer of singles |
_linenr | Integer | number of needed grid line |
_startIdx | Integer | left margin (pixels to skip) |
_count | Integer | pixel count |
Type | Description |
---|---|
Integer | number of read pixels |