User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_layervector.legendrender_integer_double_tgis_paramssectionvector

Table of Contents

TGIS_LayerVector.legendRender method

DK11 for Delphi | GisLayerVector.TGIS_LayerVector.legendRender | Constructors | Fields | Methods | Properties | Events

Prepare colors and sizes for rendering the legend.

Available also on: .NET | Java.

Syntax

// Delphi
protected
  function legendRender(
    const _sectionIdx : Integer;
    const _value : Double;
    const _params : TGIS_ParamsSectionVector
  ) : Boolean;
// C++ Builder
protected:
  bool legendRender(
    const int _sectionIdx,
    const double _value,
    TGIS_ParamsSectionVector* const _params
  );

Parameters

Name Type Description
_sectionIdx Integer parameters section index
_value Double value to be used
_params TGIS_ParamsSectionVector params to update

Result

Type Description
Boolean True if data is prepared for rendering.
2023/05/06 09:47

Page Tools