Description
Called to determine if this object intersects a given rectangle.
-
Return Type
-
A Boolean value.
-
Syntax
-
object.OnIntersects (Left, Top, Right, Bottom)
The OnIntersects Method syntax has these parts: |
| object | An expression evaluating to an object of type McGraphObjServer. | | Left | Required. A Single value. Left upper corner x coordinate.
| | Top | Required. A Single value. Left upper corner y coordinate.
| | Right | Required. A Single value. Lower right corner x coordinate.
| | Bottom | Required. A Single value. Lower right corner y coordinate. rval : Return True if the intersection is not empty.
| Remarks
This method is called from McGraphObj.Intersects, coordonates are expressed in the image space.
|