SKPath.AddOval(SKRect, SKPathDirection) Method

Definition

Adds a closed oval contour to the path.

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.

Applies to