Click or drag to resize

WpfLayerAnnotationEnumerator Constructor

Creates a new instance of WpfLayerAnnotationEnumerator.

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 WpfLayerAnnotationEnumerator(
	WpfLayerAnnotation[] annotations
)

Parameters

annotations
Type: Atalasoft.Annotate.WpfWpfLayerAnnotation
An array of annotation to enumerate.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the annotations argument was null (Nothing in VB).
See Also