VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfRectObjectTransformer Class / DoMouseMove(Point,Point,VintasoftMouseButtons) Method
Syntax Requirements SeeAlso
In This Topic
    DoMouseMove(Point,Point,VintasoftMouseButtons) Method (WpfRectObjectTransformer)
    In This Topic
    Creates new rectangle of an object, based on transformation mode and current cursor position.
    Syntax
    'Declaration
    
    Public Sub DoMouseMove( _
    ByVal mousePoint
    Cursor location in object's coordinate system.
    As System.Windows.Point, _
    ByVal objectPosition
    Object location in parent container coordinate system.
    As System.Windows.Point, _
    ByVal mouseButton
    Clicked button type.
    As Vintasoft.Imaging.UI.VintasoftMouseButtons _
    )
    public void DoMouseMove(
    System.Windows.Point mousePoint,
    System.Windows.Point objectPosition,
    Vintasoft.Imaging.UI.VintasoftMouseButtons mouseButton
    )
    public: void DoMouseMove(
    System.Windows.Point mousePoint,
    System.Windows.Point objectPosition,
    Vintasoft.Imaging.UI.VintasoftMouseButtons mouseButton
    )
    public:
    void DoMouseMove(
    System.Windows.Point mousePoint,
    System.Windows.Point objectPosition,
    Vintasoft.Imaging.UI.VintasoftMouseButtons mouseButton
    )

    Parameters

    mousePoint
    Cursor location in object's coordinate system.
    objectPosition
    Object location in parent container coordinate system.
    mouseButton
    Clicked button type.
    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