Ant Organisation Ltd documentation

Rect.Contains Method

Tests whether a given rectangle is contained within this rectangle.

Overload List

Tests whether a given rectangle is contained within this rectangle.

public bool Contains(Rect);

Tests whether a given point is contained within this rectangle.

public bool Contains(Point);

Tests whether a given point is contained within this rectangle.

public bool Contains(int,int);

See Also

Rect Class | Ant.Workflow.View.TransitionRouting Namespace