Edit

SKPath.Iterator.IsCloseLine Method

Definition

Returns a value indicating whether the last call to Next(SKPoint[]) returns a line which was the result of a Close() command.

public bool IsCloseLine();

Returns

true if the last call to Next(SKPoint[]) returned a line which was the result of a Close() command.

Remarks

If the call to Next(SKPoint[]) returned a different value than Line, the result is undefined.

Applies to