Edit

SKPathBuilder.AddArc(SKRect, Single, Single) Method

Definition

Appends an arc of the specified oval as a new contour.

public void AddArc(SkiaSharp.SKRect oval, float startAngle, float sweepAngle);

Parameters

oval
SKRect

The bounds of the oval that defines the arc.

startAngle
Single

The starting angle of the arc, in degrees, measured clockwise from the positive x-axis.

sweepAngle
Single

The sweep angle of the arc, in degrees, measured clockwise.

Applies to