VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfDragDropSelectionTool Class / DragAndDrop Methods / DragAndDrop(Rect) Method
Syntax Remarks Requirements SeeAlso
In This Topic
DragAndDrop(Rect) Method (WpfDragDropSelectionTool)
In This Topic
Drag and drops the selected area of the image to the specified location within the image.
Syntax
'Declaration

Public Overloads Sub DragAndDrop( _
ByVal destRect
Location and size within the image.
As System.Windows.Rect _
)
public void DragAndDrop(
System.Windows.Rect destRect
)

Parameters

destRect
Location and size within the image.
Remarks

You should specify the cropping rectangle using the Rectangle property before usage of this method.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also