WpfAnnotationUIReplaceGrips Method |
Call this method to replace the current annotation grips with new grips.
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 ReplaceGrips(
WpfAnnotationGrips newGrips
)
Protected Sub ReplaceGrips (
newGrips As WpfAnnotationGrips
)
Parameters
- newGrips
- Type: Atalasoft.Annotate.WpfWpfAnnotationGrips
The new grips for the annotation.
See Also