Computes the extents of the point set in the xy plane.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

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

Return Value

Returns a list of doubles containing the minimum X, maximum X, minimum Y and maximum Y coordinates of the point set in this order.

See Also