SKPath.AddArc(SKRect, Single, Single) Method

Definition

Adds the specified arc to the path as a new contour.

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

Parameters

oval
SKRect

The bounds of oval used to define the size of the arc.

startAngle
Single

Starting angle (in degrees) where the arc begins.

sweepAngle
Single

Sweep angle (in degrees) measured clockwise.

Applies to