PointGripsGripFromPoint Method |
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic AnnotationGrip GripFromPoint(
PointF point
)
Public Function GripFromPoint (
point As PointF
) As AnnotationGrip
Parameters
- point
- Type: System.DrawingPointF
The point to search for a grip.
Return Value
Type:
AnnotationGrip The
AnnotationGrip found at the specified point or null
(Nothing in Visual Basic) if no grip exists at that point.
Implements
IAnnotationGripsGripFromPoint(PointF)
See Also