DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.gridToARGBTable | Constructors | Fields | Methods | Properties | Events
Fills pixels array with ARGB values from source grid table.
// Delphi protected procedure gridToARGBTable( const _extent : TGIS_Extent; const _argb : TGIS_Pixels; const _grid : TGIS_GridArray; const _width : Integer; const _height : Integer );
// C++ Builder protected: void gridToARGBTable( TGIS_Extent* const _extent, TGIS_Pixels* const _argb, TGIS_GridArray* const _grid, const int _width, const int _height );
Name | Type | Description |
---|---|---|
_extent | TGIS_Extent | Current extent |
_argb | TGIS_Pixels | Output pixels array |
_grid | TGIS_GridArray | Input grid data |
_width | Integer | With of tables (image to view) |
_height | Integer | Height of tables (image to view) |