DK11 for Delphi | GisLayerVector.TGIS_LayerVector.legendRender | Constructors | Fields | Methods | Properties | Events
Prepare colors and sizes for rendering the legend.
// 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 );
Name | Type | Description |
---|---|---|
_sectionIdx | Integer | parameters section index |
_value | Double | value to be used |
_params | TGIS_ParamsSectionVector | params to update |
Type | Description |
---|---|
Boolean | True if data is prepared for rendering. |