SKPath.Iterator.IsCloseLine 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.
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.