Direction enumeration
A direction.
The Direction enumeration has the following constants of type unsigned short.
RIGHT = 0
To the right.
BELOW = 1
Below.
LEFT = 2
To the left.
ABOVE = 3
Above.
这对您有帮助吗?