Click or drag to resize

RectangleFContains(Single, Single) Method

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: 12.3.0.0
Syntax
public bool Contains(
	float x,
	float y
)

Parameters

x  Single
The x-coordinate of the point to test.
y  Single
The y-coordinate of the point to test.

Return Value

Boolean
This method returns true if the point defined by x and y is contained within this System.Drawing.RectangleF structure; otherwise false.
See Also