Click or drag to resize

WpfLayerCollectionAdd Method

Adds a layer to the collection.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public void Add(
	WpfLayerAnnotation item
)

Parameters

item
Type: Atalasoft.Annotate.WpfWpfLayerAnnotation
The layer to add.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the item argument is null (Nothing in VB).
See Also