DrawPieSegment Method (GraphicsRendering)
In This Topic
Draw pie segment with current stroke and fill.
Syntax
'Declaration
Public Sub DrawPieSegment( _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double _
)
public void DrawPieSegment(
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.
- angle
- Start angle in degrees.
- sweep
- Sweep direction in degrees.
See Also