Click or drag to resize

LayerAnnotation Constructor (AnnotationUICollection)

Creates a new instance of LayerAnnotation specifying an AnnotationUICollection for this layer.

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 LayerAnnotation(
	AnnotationUICollection annotations
)

Parameters

annotations
Type: Atalasoft.Annotate.UIAnnotationUICollection
An AnnotationUICollection for this layer.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if the annotations argument is null (Nothing in VB).
See Also