Click or drag to resize

AnnotationUIFactoryCollectionInsert Method

Inserts an item into 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 Insert(
	int index,
	IAnnotationUIFactory factory
)

Parameters

index
Type: SystemInt32
The index where the item will be inserted.
factory
Type: Atalasoft.Annotate.UIIAnnotationUIFactory
The factory to insert.
Exceptions
ExceptionCondition
Thrown if the factory is null (Nothing in VB).
Thrown if the index is invalid.
See Also