SKPath.GetOvalBounds Method

Definition

Returns the oval bounds of the path.

public SkiaSharp.SKRect GetOvalBounds ();

Returns

Returns the oval bounds of the path.

Remarks

If the path is not a single oval or circle, then an empty rectangle is returned. See also IsOval.

Applies to