Edit

SKRegion.CreateSpanIterator(Int32, Int32, Int32) Method

Definition

Creates an iterator that returns the horizontal spans of the region intersected with the specified line.

public SkiaSharp.SKRegion.SpanIterator CreateSpanIterator(int y, int left, int right);

Parameters

y
Int32

The y-coordinate of the horizontal line to iterate.

left
Int32

The left bound of the horizontal line.

right
Int32

The right bound of the horizontal line.

Returns

A new SKRegion.SpanIterator for iterating over the horizontal spans.

Applies to