Click or drag to resize

WpfAnnotationGripsFindGrip Method (WpfRectangleGrip)

Looks up a grip by its WpfRectangleGrip status.

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 virtual WpfAnnotationGrip FindGrip(
	WpfRectangleGrip rectangleGrip
)

Parameters

rectangleGrip
Type: Atalasoft.Annotate.WpfWpfRectangleGrip
The WpfRectangleGrip setting for the grip.

Return Value

Type: WpfAnnotationGrip
A grip with a matching WpfRectangleGrip value or null (Nothing in VB) if a grip with that name could not be found.
See Also