DK11 for Java | tatukgis.jdk.TGIS_OffsetPosition | Enums
Position of offset.
// Java public enum TGIS_OffsetPosition { UpLeft, UpRight, DownLeft, DownRight }
// Oxygene type TGIS_OffsetPosition = public ( 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. | ||