Click or drag to resize

WpfCalloutAnnotationAttachGripsOverride 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 override 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.
See Also