SKCanvas.DrawPaint(SKPaint) Method

Definition

Fills the current clipping path with the specified paint.

public void DrawPaint (SkiaSharp.SKPaint paint);

Parameters

paint
SKPaint

The paint used to fill the current clipping path.

Applies to