Click or drag to resize

WpfAnnotationGrips Constructor

Creates a new instance of WpfAnnotationGrips.

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 WpfAnnotationGrips(
	WpfAnnotationCanvas canvas,
	WpfAnnotationUI annotation,
	IWpfGripRenderer renderer
)

Parameters

canvas
Type: Atalasoft.Annotate.WpfWpfAnnotationCanvas
The WpfAnnotationCanvas used as the grip's host element.
annotation
Type: Atalasoft.Annotate.WpfWpfAnnotationUI
The annotation the grip is used for.
renderer
Type: Atalasoft.Annotate.Wpf.RendererIWpfGripRenderer
The grip renderer for these grips.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the canvas or annotation arguemnts are null (Nothing in VB).
See Also