Returns true if this rectangle contain the point.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Contains(
Point2D p
)
Parameters
- p
- Type: Algs4NetPoint2D
the point
Return Value
Type:
Booleantrue if this rectangle contain the point
p,
possibly at the boundary;
false otherwise
See Also