Click or drag to resize

PointGripsGripFromPoint Method

Returns the AnnotationGrip located at a specified point.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AnnotationGrip GripFromPoint(
	PointF point
)

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