Skip to main content
A newer version of this page is available. .

Ellipsoid.CreateByTwoAxes(Double, Double) Method

Initializes an instance of Ellipsoid class using semimajor and semiminor axis values.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public static Ellipsoid CreateByTwoAxes(
    double semimajor,
    double semiminor
)

Parameters

Name Type Description
semimajor Double

A Double object specifying a semimajor axis value.

semiminor Double

A Double object specifying a semiminor axis value.

Returns

Type Description
Ellipsoid

An Ellipsoid object.

See Also