Click or drag to resize

AnnotationGrip Constructor (PointF, AnnotationGripState)

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

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
)

Parameters

position
Type: System.DrawingPointF
The position of the grip in annotation space.
state
Type: Atalasoft.AnnotateAnnotationGripState
The initial state of the grip.
See Also