CRaPI - Correct Robust and Perfect API

Rectangle2D.Contains Method 

Checks if a Point2D is contained by this rectangle.

public bool Contains(
   Point2D pPoint
);

Parameters

pPoint
The Point2D to make the check on.

Return Value

true if the point is contained in this rectangle, otherwise false

See Also

Rectangle2D Class | TeamYaffa.CRaPI.Utility Namespace