public enum Intersections
Public Enumeration Intersections
public enum class Intersections
type Intersections
NoIntersections | 0 | |
FromLeftToRight | 1 | |
FromRightToLeft | 2 | |
FromTopToBottom | 3 | |
FromBottomToTop | 4 | |
FromLeftToTop | 5 | |
FromLeftToBottom | 6 | |
FromRightToTop | 7 | |
FromRightToBottom | 8 | |
FromTopToLeft | 9 | |
FromTopToRight | 10 | |
FromBottomToLeft | 11 | |
FromBottomToRight | 12 | |
Inner | 13 |