SKCanvas.DrawRegion(SKRegion, SKPaint) Method

Definition

Draws the outline of the specified region using the specified paint.

public void DrawRegion (SkiaSharp.SKRegion region, SkiaSharp.SKPaint paint);

Parameters

region
SKRegion

The region to be drawn.

paint
SKPaint

The paint to use when drawing the region.

Applies to