DK11 for Delphi | GisInternals.GisAddLabelPosition | Enums | Fields | Methods | Types
Add label position.
// Delphi function GisAddLabelPosition( _set : TGIS_LabelPositions; _value : TGIS_LabelPosition ) : TGIS_LabelPositions; inline;
// C++ Builder extern DELPHI_PACKAGE TGIS_LabelPositions* GisAddLabelPosition( TGIS_LabelPositions* _set, TGIS_LabelPosition* _value );
Name | Type | Description |
---|---|---|
_set | TGIS_LabelPositions | Set for label positions. |
_value | TGIS_LabelPosition | Position of label. |
Type | Description |
---|---|
TGIS_LabelPositions | Set for label positions. |