Edit

SKPath.AddOval(SKRect, SKPathDirection) Method

Definition

Caution

Use SKPathBuilder instead.

Adds a closed oval contour to the path.

[System.Obsolete("Use SKPathBuilder instead.")]
public void AddOval(SkiaSharp.SKRect rect, SkiaSharp.SKPathDirection direction = SkiaSharp.SKPathDirection.Clockwise);

Parameters

rect
SKRect

The bounding oval to add as a closed contour to the path.

direction
SKPathDirection

The direction to wind the oval's contour.

Attributes

Applies to