public void SetCoords( Coordinate2D centerPt, double startAngle, double centralAngle, double rotationAngle, double semiMajorAxis, double semiMinorAxis )
Public Overloads Sub SetCoords( _ ByVal centerPt As Coordinate2D, _ ByVal startAngle As Double, _ ByVal centralAngle As Double, _ ByVal rotationAngle As Double, _ ByVal semiMajorAxis As Double, _ ByVal semiMinorAxis As Double _ )
Parameters
- centerPt
- The center point of the ellipse.
- startAngle
- The start angle in radians measured from the rotated x-axis.
- centralAngle
- The central angle in radians measuring the span of the arc from startAngle to endAngle. A positive value corresponds to counterclockwise orientation.
- rotationAngle
- The angle in radians by which the ellipse is rotated from the x-axis. A positive value corresponds to counterclockwise rotation.
- semiMajorAxis
- The length of the semi-major axis.
- semiMinorAxis
- The length of the semi-minor axis.