Class Ellipse

Ellipse class

public class Ellipse

Constructors

NameDescription
Ellipse(Coordinate, double, double, double)

Properties

NameDescription
Center { get; }
Rotation { get; }
XRadius { get; }
YRadius { get; }

Methods

NameDescription
GetAngle(Coordinate)
GetArc(Coordinate, Coordinate, bool)
GetCoordinate(double)
Linearize(List<Coordinate>, double)

See Also