Click or drag to resize

LayerCollectionAdd Method

Adds a layer to the collection.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Add(
	LayerAnnotation layer
)

Parameters

layer
Type: Atalasoft.Annotate.UILayerAnnotation
The layer to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the layer parameter is null.
See Also