Click or drag to resize

AnnotationKeyEventArgs Constructor

Creates a new instance of AnnotationKeyEventArgs specifying its parameters.

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 AnnotationKeyEventArgs(
	AnnotationUI annotation,
	AnnotationKeyAction action,
	bool repeat,
	KeyEventArgs e
)

Parameters

annotation
Type: Atalasoft.Annotate.UIAnnotationUI
The annotation being affected by this event.
action
Type: Atalasoft.Annotate.UIAnnotationKeyAction
The action to take.
repeat
Type: SystemBoolean
Indicates whether this is a repeat event caused from a key being held down.
e
Type: System.Windows.FormsKeyEventArgs
The KeyEventArgs from the key press event.
See Also