SKPathEffect.Create1DPath Method

Definition

Creates a dash path effect by replicating the specified path.

public static SkiaSharp.SKPathEffect Create1DPath (SkiaSharp.SKPath path, float advance, float phase, SkiaSharp.SKPath1DPathEffectStyle style);

Parameters

path
SKPath

The path to replicate (dash).

advance
Single

The space between instances of path.

phase
Single

The distance (mod advance) along path for its initial position.

style
SKPath1DPathEffectStyle

How to transform path at each point (based on the current position and tangent).

Returns

Returns the new SKPathEffect, or null on error.

Applies to