VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfDragDropSelectionTool Class / DragAndDrop Methods / DragAndDrop(Point) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    DragAndDrop(Point) 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 location
    Location within the image.
    As System.Windows.Point _
    )
    public void DragAndDrop(
    System.Windows.Point location
    )
    public: void DragAndDrop(
    System.Windows.Point location
    )
    public:
    void DragAndDrop(
    System.Windows.Point location
    )

    Parameters

    location
    Location within the image.
    Remarks

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

    Requirements

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

    See Also