Rectangle::Contains Method (Point)

 

Determines if the specified point is contained within this Rectangle structure.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
bool Contains(
	Point pt
)

Parameters

pt
Type: System.Drawing::Point

The Point to test.

Return Value

Type: System::Boolean

This method returns true if the point represented by pt is contained within this Rectangle structure; otherwise false.

The containing rectangle must be normalized for this method to return accurate results.

.NET Framework
Available since 1.1
Return to top
Show: