RectangleF::Contains Method (PointF)

 

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

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

public:
bool Contains(
	PointF pt
)

Parameters

pt
Type: System.Drawing::PointF

The PointF to test.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: