Click or drag to resize

OperationRequestInformation Constructor (WpfAnnotationUI, GripMoveRequest)

Creates a new instance of OperationRequestInformation for a grip move operation.

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public OperationRequestInformation(
	WpfAnnotationUI targetAnnotation,
	GripMoveRequest request
)

Parameters

targetAnnotation
Type: Atalasoft.Annotate.WpfWpfAnnotationUI
The annotation the request will be sent to.
request
Type: Atalasoft.Annotate.WpfGripMoveRequest
A GripMoveRequest for this operation.
See Also