VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / DragDropSelectionTool Class / DragAndDrop Methods / DragAndDrop(Rectangle) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    DragAndDrop(Rectangle) Method (DragDropSelectionTool)
    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.Drawing.Rectangle _
    )
    public void DragAndDrop(
    System.Drawing.Rectangle destRect
    )
    public: void DragAndDrop(
    System.Drawing.Rectangle* destRect
    )
    public:
    void DragAndDrop(
    System.Drawing.Rectangle^ 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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also