Ant Organisation Ltd documentation

Rect.Contains Method (Point)

Tests whether a given point is contained within this rectangle.

public bool Contains(
   Point point
);

Parameters

point
Point to test for containment.

Return Value

True if the point is within this rectangle.

Remarks

Note that the bottom and right-hand edges are considered exclusive.

See Also

Rect Class | Ant.Workflow.View.TransitionRouting Namespace | Rect.Contains Overload List