Click or drag to resize

WpfAnnotationUIFactoryCollectionAdd Method

Adds to the collection.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void Add(
	IWpfAnnotationUIFactory factory
)

Parameters

factory
Type: Atalasoft.Annotate.WpfIWpfAnnotationUIFactory
The factory to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the factory is null (Nothing in VB).
See Also