Click or drag to resize

LayerCollection.Remove Method (LayerAnnotation[])

Removes an array of LayerAnnotation objects from 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 Remove(
	LayerAnnotation[] layers
)

Parameters

layers
Type:Atalasoft.Annotate.UI.LayerAnnotation[]
An array of LayerAnnotation to remove.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if the layers argument is null (Nothing in VB).
See Also