RectangleD2DContains(PointD2D) Method |
Determines whether the specified point is contained in this rectangle.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Contains(
PointD2D p
)
Parameters
- p PointD2D
- The point to test.
Return Value
Boolean if the point is contained in this rectangle; otherwise,
.
See Also