SKRoundRect.GetRadii(SKRoundRectCorner) Method

Definition

Retrieves the radii of the specified corner.

public SkiaSharp.SKPoint GetRadii (SkiaSharp.SKRoundRectCorner corner);

Parameters

corner
SKRoundRectCorner

The corner to retrieve.

Returns

Returns the radii of the specified corner.

Applies to