SKCanvas.DrawPath(SKPath, SKPaint) Method

Definition

Draws a path in the canvas.

public void DrawPath (SkiaSharp.SKPath path, SkiaSharp.SKPaint paint);

Parameters

path
SKPath

The path to draw.

paint
SKPaint

The paint to use when drawing the path.

Applies to