Int64BoundingBoxIsPointWithin Method |
Determines whether the specified point is within the bounding box.
Namespace: Altaxo.Geometry.Int64_2DAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic bool IsPointWithin(
in Point64 p
)
Parameters
- p Point64
- The point to test.
Return Value
BooleanTrue if the point is within the bounding box; otherwise, false.
See Also