Click or drag to resize

WpfAnnotationUIEnumeratorMoveNext Method

Moves the IEnumerator to the next item.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool MoveNext()

Return Value

Type: Boolean
True if the move was successful; False if there are no more items.

Implements

IEnumeratorMoveNext
See Also