Click or drag to resize

RectangleFContains Method (PointF)

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

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public bool Contains(
	PointF pt
)

Parameters

pt
Type: Easymap.AddIn.Common.GraphicsPointF
The PointF to test.

Return Value

Type: Boolean
This method returns true if the point represented by the pt parameter is contained within this System.Drawing.RectangleF structure; otherwise false.
See Also