Click or drag to resize

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
)

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
ExceptionCondition
ArgumentNullExceptionThrown if the annotation argument is null (Nothing in VB).
See Also