Click or drag to resize

WpfAnnotationUIAttachGripsOverride Method

Called when the annotation grips need to be created.

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
protected virtual WpfAnnotationGrips AttachGripsOverride(
	WpfAnnotationCanvas canvas
)

Parameters

canvas
Type: Atalasoft.Annotate.WpfWpfAnnotationCanvas
The WpfAnnotationCanvas that will host the annotation.

Return Value

Type: WpfAnnotationGrips
The grips for the annotation.
Remarks
My default, WpfRectangleGrips will be created for the annotation. Override this method if other grips are required.
See Also