DrawDonutSegment Method (IRendering)
In This Topic
Draw donut segment with current stroke and fill.
Syntax
'Declaration
Sub DrawDonutSegment( _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double _
)
void DrawDonutSegment(
System.double ,
System.double ,
System.double ,
System.double ,
System.double ,
System.double ,
System.double ,
System.double
)
Parameters
- cx
- X-coordinate of ellipse center.
- cy
- Y-coordinate of ellipse center.
- rx
- x-radius.
- ry
- y-radius.
- innerRx
- Inner x-radius.
- innerRy
- Inner y-radius.
- angle
- Start angle in degrees.
- sweep
- Sweep direction in degrees.
See Also