WpfAnnotationCanvasAttachGrips Method |
Attaches the grip adorner of the specified annotation to 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 AttachGrips(
WpfAnnotationUI annotation
)
Protected Sub AttachGrips (
annotation As WpfAnnotationUI
)
Parameters
- annotation
- Type: Atalasoft.Annotate.WpfWpfAnnotationUI
The annotation to attach.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if the annotation argument is null (Nothing in VB). |
See Also