DK11 for Delphi | GisFilePixel.TGIS_FilePixel.WriteGrid | Constructors | Fields | Methods | Properties | Events
Write a single chunk of a grid file. The chunk can be any valid grid that has the same data format as the grid file.
// Delphi public procedure WriteGrid( const _x : Integer; const _y : Integer; const _grd : TGIS_GridArray ); virtual;
// C++ Builder public: virtual void WriteGrid( const int _x, const int _y, TGIS_GridArray* const _grd );
Name | Type | Description |
---|---|---|
_x | Integer | horizontal offset of the chunk within grid file |
_y | Integer | vertical offset of the chunk within grid file |
_grd | TGIS_GridArray | grid to be written at the _x,_y position |