Click or drag to resize

AnnotationGrip Constructor (PointF, AnnotationGripState, AnnotationGripAction)

Creates a new instance of AnnotationGrip specifying the grip position, state and its action.

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(
	PointF position,
	AnnotationGripState state,
	AnnotationGripAction action
)

Parameters

position
Type: System.DrawingPointF
The position of the grip in annotation space.
state
Type: Atalasoft.AnnotateAnnotationGripState
The initial state of the grip.
action
Type: Atalasoft.AnnotateAnnotationGripAction
Defines the action to take when this grip is dragged with the mouse.
See Also