SKCanvas.ClipRegion(SKRegion, SKClipOperation) Method

Definition

Modify the current clip with the specified region.

public void ClipRegion (SkiaSharp.SKRegion region, SkiaSharp.SKClipOperation operation = SkiaSharp.SKClipOperation.Intersect);

Parameters

region
SKRegion

The region to combine with the current clip.

operation
SKClipOperation

The region operator to apply to the current clip.

Applies to