Click or drag to resize

IAnnotationGripsGripFromPoint Method

Returns a grip from the specified position.

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

Parameters

point
Type: System.DrawingPointF
The point to search for. This position must be in annotation space.

Return Value

Type: AnnotationGrip
The grip at the location provided or null (Nothing in VB) if there was no grip found.
See Also