SKPath.RawIterator.Peek Method

Definition

Returns what the next verb will be, but do not visit the next segment.

public SkiaSharp.SKPathVerb Peek ();

Returns

Returns the verb for the next segment.

Applies to