Click or drag to resize

WpfRectangleGrips Constructor

Creates a new instance of WpfRectangleGrips.

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

Parameters

canvas
Type: Atalasoft.Annotate.WpfWpfAnnotationCanvas
The WpfAnnotationCanvas that will host the grips.
annotation
Type: Atalasoft.Annotate.WpfWpfAnnotationUI
The annotation associated with the grips.
renderer
Type: Atalasoft.Annotate.Wpf.RendererIWpfGripRenderer
The renderer used to render the grips.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the canvas or annotation arguemnts are null (Nothing in VB).
See Also