Ellipse.Ellipse

Ellipse()

Constructor of Ellipse

public Ellipse()

See Also


Ellipse(double, double)

Constructor of Ellipse

public Ellipse(double semiAxis1, double semiAxis2)
ParameterTypeDescription
semiAxis1DoubleLength of the first semi axis
semiAxis2DoubleLength of the second semi axis

See Also