public void SetCoords( Coordinate2D centerPt, double startAngle, double centralAngle, double radius )
Public Overloads Sub SetCoords( _ ByVal centerPt As Coordinate2D, _ ByVal startAngle As Double, _ ByVal centralAngle As Double, _ ByVal radius 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.
- radius
- The radius of the circle.