'Declaration Public Function New( _ ByVal center As IPoint, _ ByVal xRadius As Double, _ ByVal yRadius As Double, _ ByVal strokeWidth As Double, _ ByVal startAngle As Double, _ ByVal sweepAngle As Double _ )
public _ArcShape( IPoint center, double xRadius, double yRadius, double strokeWidth, double startAngle, double sweepAngle )
Parameters
- center
- xRadius
- yRadius
- strokeWidth
- startAngle
- sweepAngle