Click or drag to resize

OperationRequestInformation Constructor (WpfAnnotationUI, MoveAnnotationRequest)

Creates a new instance of OperationRequestInformation for a 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,
	MoveAnnotationRequest request
)

Parameters

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