Click or drag to resize

WpfAnnotationCanvasSelectAnnotation Method (WpfAnnotationUI, Boolean)

Selects one or more annotations with the option of replacing the current selection.

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 SelectAnnotation(
	WpfAnnotationUI[] annotations,
	bool replaceCurrentSelection
)

Parameters

annotations
Type: Atalasoft.Annotate.WpfWpfAnnotationUI
An array of annotations to select.
replaceCurrentSelection
Type: SystemBoolean
Indicates whether the current selection should be replaced.
Exceptions
ExceptionCondition
Thrown if the annotations argument is null (Nothing in VB).
See Also