Click or drag to resize

AnnotationController Constructor (IAnnotate)

Creates a new instance of AnnotationController specifying the IAnnotate parent control.

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 AnnotationController(
	IAnnotate parent
)

Parameters

parent
Type: Atalasoft.Annotate.UIIAnnotate
An object that will be used as the parent control for the controller.
See Also