SKPath.GetRoundRect Method

Definition

Returns the round rectangle of the path.

public SkiaSharp.SKRoundRect GetRoundRect ();

Returns

Returns the round rectangle of the path.

Remarks

If the path is not a single round rectangle, then null is returned. See also IsRoundRect.

Applies to