RectangleD3DContains 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(
PointD3D p
)
Parameters
- p PointD3D
- The point to test.
Return Value
Boolean if the point is contained in this rectangle; otherwise,
.
See Also