Click or drag to resize

RectangleContains Method (Point)

Checks whether the rectangle contains the specified point.

Namespace:  DotNetBrowser.Geometry
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public bool Contains(
	Point point
)

Parameters

point
Type: DotNetBrowser.GeometryPoint
the Point instance to check.

Return Value

Type: Boolean
true if the rectangle contains this point; false otherwise.
See Also