Click or drag to resize

WpfLayerAnnotationEnumeratorMoveNext Method

Moves to the next item. The first time this method is used, or after Reset has been called, the Current item will be set to the first item in the enumeration.

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 on success; False if there are no more items.

Implements

IEnumeratorMoveNext
See Also