SKPathEffect.CreateArcTo(Single) Method

Definition

Creates a path effect that can turn sharp corners into various arcs.

public static SkiaSharp.SKPathEffect CreateArcTo (float radius);

Parameters

radius
Single

The arc radius.

Returns

Returns the new SKPathEffect, or null on error.

Applies to