WpfAnnotationUIAttachGrips Method |
This method is called by the WpfAnnotationCanvas to ask the annotation for Grip creation.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic void AttachGrips(
WpfAnnotationCanvas canvas
)
Public Sub AttachGrips (
canvas As WpfAnnotationCanvas
)
Parameters
- canvas
- Type: Atalasoft.Annotate.WpfWpfAnnotationCanvas
The WpfAnnotationCanvas that will host the annotation.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown if the canvas argument is null (Nothing in VB). |
See Also