SKRegion.CreateClipIterator(SKRectI) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.