SKPath.Iterator.IsCloseLine Method

Definition

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

public bool IsCloseLine ();

Returns

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

Remarks

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

Applies to