Description:
This enumeration is used to indicate the position of point (mouse cursor in most cases) relative annotation selection border.
Values:
IG_ARTX_BOUND_NONE |
Specifies that point is not on border. |
IG_ARTX_BOUND_LEFT_TOP |
Specifies that point is on left-top corner of selection rectangle. |
IG_ARTX_BOUND_RIGHT_TOP |
Specifies that point is on right-top corner of selection rectangle. |
IG_ARTX_BOUND_LEFT_BOTTOM |
Specifies that point is on left-bottom corner of selection rectangle. |
IG_ARTX_BOUND_RIGHT_BOTTOM |
Specifies that point is on right-bottom corner of selection rectangle. |
IG_ARTX_BOUND_LEFT |
Specifies that point is on left side of selection rectangle. |
IG_ARTX_BOUND_RIGHT |
Specifies that point is on right side of selection rectangle. |
IG_ARTX_BOUND_TOP |
Specifies that point is on top side of selection rectangle. |
IG_ARTX_BOUND_BOTTOM |
Specifies that point is on bottom side of selection rectangle. |