Click or drag to resize

Int64BoundingBox Constructor

Initializes a new instance of the Int64BoundingBox struct.

Namespace: Altaxo.Geometry.Int64_2D
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public Int64BoundingBox(
	Point64 p0,
	Point64 p1
)

Parameters

p0  Point64
The lower-left corner.
p1  Point64
The upper-right corner.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if p0 is not less than or equal to p1 in both coordinates.
See Also