User Tools

Site Tools


api:dk11:delphi:gislayerpixel.tgis_layerpixel.gridtoargbtable_tgis_extent_tgis_pixels_tgis_gridarray_integer_integer

Table of Contents

TGIS_LayerPixel.gridToARGBTable method

DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.gridToARGBTable | Constructors | Fields | Methods | Properties | Events

Fills pixels array with ARGB values from source grid table.

Available also on: .NET | Java.

Syntax

// 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
  );

Parameters

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)
2020/05/07 01:08

Page Tools