Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Geometry Namespaces
Altaxo.Geometry.Int64_2D
Int64BoundingBox Structure
Int64BoundingBox Constructor
Int64BoundingBox Methods
Int64BoundingBox Fields
Int
64Bounding
Box 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#
Copy
public
Int64BoundingBox
(
Point64
p0
,
Point64
p1
)
Parameters
p0
Point64
The lower-left corner.
p1
Point64
The upper-right corner.
Exceptions
Exception
Condition
ArgumentException
Thrown if p0 is not less than or equal to p1 in both coordinates.
See Also
Reference
Int64BoundingBox Structure
Altaxo.Geometry.Int64_2D Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net