Click or drag to resize

WpfLayerAnnotationEnumeratorCurrent Property

Gets the current element in the collection.

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 WpfLayerAnnotation Current { get; }

Return Value

Type: WpfLayerAnnotation
The current element in the collection.
Exceptions
ExceptionCondition
InvalidOperationException The enumerator is positioned before the first element of the collection or after the last element.
See Also