Description
Tests which handle, if any, a point is over
-
Return Type
-
A Long value.
The handle number (starting at 1) if the point is over a handle, 0 otherwise.
-
Syntax
-
object.HitTest (x, y)
The HitTest Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObjRRect. | | x | Required. A Single value. x image coordinate
| | y | Required. A Single value. x image coordinate
|
|