ETcVnRectangleIntersection
Offers rectangle intersection types.
Syntax
Definition:
enum ETcVnRectangleIntersection : LONG
{
RI_NONE = 0,
RI_PARTIAL = 1,
RI_FULL = 2
};
Values
Name |
Description |
---|---|
RI_NONE |
No intersection |
RI_PARTIAL |
Partial intersection |
RI_FULL |
Full intersection |