public EllipticArcBuilderEx( double startAngle, double centralAngle, Coordinate2D centerPt, double radius, SpatialReference spatialReference )
Public Function New( _ ByVal startAngle As Double, _ ByVal centralAngle As Double, _ ByVal centerPt As Coordinate2D, _ ByVal radius As Double, _ Optional ByVal spatialReference As SpatialReference _ )
Parameters
- startAngle
- The angle, measured from a horizontal line through the circular arc's center point, that defines where the arc starts.
- centralAngle
- The angle which describes the span of the circular arc.
- centerPt
- The center point of the embedded circle.
- radius
- The distance from the center of the embedded circle to the perimeter.
- spatialReference
- (Optional) The spatial reference of the arc. The default value is null.