_buildDonutSegmentWithBorderRadius Method
In This Topic
Syntax
'Declaration
Public Shared Function _buildDonutSegmentWithBorderRadius( _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As Double, _
ByVal As IBorderRadiusOption _
) As IPath
public static IPath _buildDonutSegmentWithBorderRadius(
double ,
double ,
double ,
double ,
double ,
double ,
IBorderRadiusOption
)
Parameters
- cx
- cy
- radius
- innerRadius
- startAngle
- sweepAngle
- borderRadius
See Also