Click or drag to resize

Int64BoundingBox Constructor

Initializes a new instance of the Int64BoundingBox class

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

Parameters

p0  IntPoint

[Missing <param name="p0"/> documentation for "M:Altaxo.Geometry.Int64_2D.Int64BoundingBox.#ctor(ClipperLib.IntPoint,ClipperLib.IntPoint)"]

p1  IntPoint

[Missing <param name="p1"/> documentation for "M:Altaxo.Geometry.Int64_2D.Int64BoundingBox.#ctor(ClipperLib.IntPoint,ClipperLib.IntPoint)"]

See Also