Computes the minX, maxX, minY, maxY coordinates of the projection of the ellipse onto 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 the minX, maxX, minY, maxY coordinates of the projection of the ellipse onto the xy-plane in this order.

See Also