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:

PartDescription
objectAn expression evaluating to an object of type McGraphObj.
LeftRequired. A Single value.

Left side of the rectangle.

TopRequired. A Single value.

Top side of the rectangle.

RightRequired. A Single value.

Right side of the rectangle.

BottomRequired. A Single value.

Bottom side of the rectangle.

Remarks

Rectangle is described in image coordinates.