Click or drag to resize

LayerCollectionItem Property

Gets the LayerAnnotation at the specified index in 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 LayerAnnotation this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index of the item to get.

Property Value

Type: LayerAnnotation
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the index is out of range for this collection.
See Also