Click or drag to resize

Int64BoundingBoxIsPointWithin Method

Determines whether the specified point is within the bounding box.

Namespace: Altaxo.Geometry.Int64_2D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool IsPointWithin(
	 in Point64 p
)

Parameters

p  Point64
The point to test.

Return Value

Boolean
True if the point is within the bounding box; otherwise, false.
See Also