Enum RectIntersectType
Rectangle intersect type
public enum RectIntersectType
Fields
Full = 2
One of the rectangle is fully enclosed in the other
None = 0
No intersection
Partial = 1
There is a partial intersection
Rectangle intersect type
public enum RectIntersectType
Full = 2
One of the rectangle is fully enclosed in the other
None = 0
No intersection
Partial = 1
There is a partial intersection