AddArc(RectangleF,Single,Single,Boolean) Method
In This Topic
Adds arc for this path.
Syntax
'Declaration
Public Overloads Sub AddArc( _
ByVal As System.Drawing.RectangleF, _
ByVal As System.Single, _
ByVal As System.Single, _
Optional ByVal As System.Boolean _
)
public void AddArc(
System.Drawing.RectangleF ,
System.float ,
System.float ,
System.bool
)
Parameters
- rc
- The rectangle that represents the pie or arc.
- startAngle
- The start angle for the pie or arc.
- sweepAngle
- The sweep angle for the pie or arc.
- clockwise
- The sweep direction, by default clockwise, otherwise counterclockwise.
See Also