Click or drag to resize

WpfAnnotationUICollectionAddRange Method

Adds a group of annotations to 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 void AddRange(
	IEnumerable<WpfAnnotationUI> annotations
)

Parameters

annotations
Type: System.Collections.GenericIEnumerableWpfAnnotationUI
The annotation to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the annotations argument is null (Nothing in VB).
See Also