Edit

SKRegion.CreateClipIterator(SKRectI) Method

Definition

Creates an iterator that returns the rectangles of the region clipped to the specified rectangle.

public SkiaSharp.SKRegion.ClipIterator CreateClipIterator(SkiaSharp.SKRectI clip);

Parameters

clip
SKRectI

The clipping rectangle to intersect with the region.

Returns

A new SKRegion.ClipIterator for iterating over the clipped rectangles.

Applies to