Click or drag to resize

WpfAnnotationUIEnumerator Constructor

Creates a new instance of WpfAnnotationUIEnumerator using the specified annotations.

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 WpfAnnotationUIEnumerator(
	WpfAnnotationUI[] annotations
)

Parameters

annotations
Type: Atalasoft.Annotate.WpfWpfAnnotationUI
The annotations that will be enumerated.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the annotations argument is null (Nothing in VB).
See Also