Edit

SKPath.AddArc(SKRect, Single, Single) Method

Definition

Caution

Use SKPathBuilder instead.

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

[System.Obsolete("Use SKPathBuilder instead.")]
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.

Attributes

Applies to