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
)
Protected Overridable Function GripFromPoint (
dsPoint As Point
) As WpfAnnotationGrip
Parameters
- dsPoint
- Type: System.WindowsPoint
The point in document space to search for a grip.
Return Value
Type:
WpfAnnotationGripThe grip found at that point or null (Nothing in VB) if a grip was not found.
See Also