SKPathEffect.Create2DLine(Single, SKMatrix) Method

Definition

Creates a dash path effect by replacing the path with a solid line.

public static SkiaSharp.SKPathEffect Create2DLine (float width, SkiaSharp.SKMatrix matrix);

Parameters

width
Single

The width of the line.

matrix
SKMatrix

The matrix.

Returns

Returns the new SKPathEffect, or null on error.

Applies to