DK11 for Delphi | GisTypes.TGIS_OffsetPosition | Enums
Position of offset.
// Delphi type TGIS_OffsetPosition = ( UpLeft, UpRight, DownLeft, DownRight );
// C++ Builder enum DECLSPEC_DENUM TGIS_OffsetPosition unsigned short { UpLeft, UpRight, DownLeft, DownRight };
Name | Value | Description | |
---|---|---|---|
UpLeft | up-left to the original position. | ||
UpRight | Up-right to the original position. | ||
DownLeft | down-left to the original position. | ||
DownRight | down-right to the original position. | ||