[]
Adds a single arc to the path geometry.
[CLSCompliant(false)]
public void AddArc(ArcSegment arcSegment)
Type | Name | Description |
---|---|---|
ArcSegment | arcSegment | The arc segment to add to the figure. |
Adds arc for this path.
public void AddArc(RectangleF rc, float startAngle, float sweepAngle, bool clockwise = true)
Type | Name | Description |
---|---|---|
RectangleF | rc | The rectangle that represents the pie or arc. |
float | startAngle | The start angle for the pie or arc. |
float | sweepAngle | The sweep angle for the pie or arc. |
bool | clockwise | The sweep direction, by default clockwise, otherwise counterclockwise. |