Click or drag to resize

WpfAnnotationCanvasActivateControlElement Method

Adds a child element to the canvas.

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 ActivateControlElement(
	WpfAnnotationUI parentAnnotation,
	UIElement element
)

Parameters

parentAnnotation
Type: Atalasoft.Annotate.WpfWpfAnnotationUI
The annotation associated with this element.
element
Type: System.WindowsUIElement
The element to add.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if any argument is null (Nothing in VB).
See Also