ClipFlags Enumeration
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Name | Value | Description | |
---|---|---|---|
East | 8 | Right. | |
North | 1 | Above. | |
NorthEast | 9 | Above and right. | |
NorthWest | 5 | Above and left. | |
South | 2 | Below. | |
SouthEast | 10 | Below and right. | |
SouthWest | 6 | Below and left. | |
West | 4 | Left. |