Click or drag to resize

WpfLayerCollectionAddRange Method

Adds an array of layers 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(
	WpfLayerAnnotation[] layers
)

Parameters

layers
Type: Atalasoft.Annotate.WpfWpfLayerAnnotation
The array of layers to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the layers argument is null (Nothing in VB).
See Also