Click or drag to resize

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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void AttachGrips(
	WpfAnnotationCanvas canvas
)

Parameters

canvas
Type: Atalasoft.Annotate.WpfWpfAnnotationCanvas
The WpfAnnotationCanvas that will host the annotation.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the canvas argument is null (Nothing in VB).
See Also