VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfVisualToolEmbedder Class / DoMouseMove(MouseEventArgs) Method
Syntax Requirements SeeAlso
In This Topic
    DoMouseMove(MouseEventArgs) Method (WpfVisualToolEmbedder)
    In This Topic
    Executes System.Windows.UIElement.OnMouseMove(System.Windows.Input.MouseEventArgs) method of the visual tool.
    Syntax
    'Declaration
    
    Public Sub DoMouseMove( _
    ByVal e
    The System.Windows.Input.MouseEventArgs instance containing the event data.
    As System.Windows.Input.MouseEventArgs _
    )

    Parameters

    e
    The System.Windows.Input.MouseEventArgs instance containing the event data.
    Requirements

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

    See Also