[]
        
(Showing Draft Content)

C1.Util.XLPath.AddArc

AddArc Method

AddArc(ArcSegment)

Adds a single arc to the path geometry.

Declaration
[CLSCompliant(false)]
public void AddArc(ArcSegment arcSegment)
Parameters
Type Name Description
ArcSegment arcSegment

The arc segment to add to the figure.

AddArc(RectangleF, float, float, bool)

Adds arc for this path.

Declaration
public void AddArc(RectangleF rc, float startAngle, float sweepAngle, bool clockwise = true)
Parameters
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.