Click or drag to resize

WpfAnnotationGripsGripFromPoint Method

Find a grip at the specified point in document space.

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 WpfAnnotationGrip GripFromPoint(
	Point dsPoint
)

Parameters

dsPoint
Type: System.WindowsPoint
The point in document space to search for a grip.

Return Value

Type: WpfAnnotationGrip
The grip found at that point or null (Nothing in VB) if a grip was not found.
See Also