WpfAnnotationCanvasSelectAnnotation Method (WpfAnnotationUI, Boolean) |
Selects the specified annotation optionally 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 annotation,
bool replaceCurrentSelection
)
Public Sub SelectAnnotation (
annotation As WpfAnnotationUI,
replaceCurrentSelection As Boolean
)
Parameters
- annotation
- Type: Atalasoft.Annotate.WpfWpfAnnotationUI
The annotation to select. - replaceCurrentSelection
- Type: SystemBoolean
Indicates whether the current selection should be replaced.
Exceptions Exception | Condition |
---|
| Thrown if the annotation argument is null (Nothing in VB). |
See Also