Description
Tests whether a rectangle intersects this graphic object.
-
Return Type
-
A Boolean value.
True if the intersection between the rectangle and the object is non empty.
-
Syntax
-
object.Intersects (Left, Top, Right, Bottom)
The Intersects Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObj. | | Left | Required. A Single value. Left side of the rectangle.
| | Top | Required. A Single value. Top side of the rectangle.
| | Right | Required. A Single value. Right side of the rectangle.
| | Bottom | Required. A Single value. Bottom side of the rectangle.
| Remarks
Rectangle is described in image coordinates.
|