Click or drag to resize
RectHVContains Method
Returns true if this rectangle contain the point.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Contains(
	Point2D p
)

Parameters

p
Type: Algs4NetPoint2D
the point

Return Value

Type: Boolean
true if this rectangle contain the point p, possibly at the boundary; false otherwise
See Also