Click or drag to resize

IAnnotateControl Property

Gets the control used to render the annotations onto.
Gets the control used to render the annotations onto.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
Control Control { get; }

Property Value

Type: Control
The control hosting the annotations.

Property Value

Type: Control
The control hosting the annotations.
Remarks
The AnnotationController uses paint and mouse events to render and control the annotations.
Remarks
The AnnotationController uses paint and mouse events to render and control the annotations.
See Also