The extents (side lengths) of the bounding box in a sorted array, starting with the longest side.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public double[] Extents()
Visual Basic (Declaration)
Public Function Extents As Double()
Visual C++
public:
array<double>^ Extents()

Return Value

Returns the extents (side lengths) of the bounding box in a sorted array, starting with the longest side.

Remarks

Extents[0] is the longest side and Extents[2] is the shortest side of the bounding box.

See Also