WpfAnnotationCanvasReplaceGrips Method |
Replaces the grips of an annotation with new grips.
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 ReplaceGrips(
WpfAnnotationUI annotation,
WpfAnnotationGrips newGrips
)
Public Sub ReplaceGrips (
annotation As WpfAnnotationUI,
newGrips As WpfAnnotationGrips
)
Parameters
- annotation
- Type: Atalasoft.Annotate.WpfWpfAnnotationUI
The annotation for which grips will be replaced. - newGrips
- Type: Atalasoft.Annotate.WpfWpfAnnotationGrips
The new grips. This can be null (Nothing in VB).
Exceptions See Also