WpfAnnotationCanvasDetachGrips Method |
Detaches the annotation grips from the WpfAnnotationCanvas.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxprotected void DetachGrips(
WpfAnnotationUI annotation
)
Protected Sub DetachGrips (
annotation As WpfAnnotationUI
)
Parameters
- annotation
- Type: Atalasoft.Annotate.WpfWpfAnnotationUI
The annotation to detach from.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if the annotation argument is null (Nothing in VB). |
See Also