Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayoutBase Class / GetMousePosition Method
The event arguments

In This Topic
    GetMousePosition Method
    In This Topic
    Gets the mouse position from the event args.
    Syntax
    'Declaration
     
    Public Function GetMousePosition( _
       ByVal e As MouseEventArgs _
    ) As Point
    public Point GetMousePosition( 
       MouseEventArgs e
    )

    Parameters

    e
    The event arguments

    Return Value

    The mouse position
    Remarks
    When using Renderer different from rendererType.Native, use this method to get the mouse position in event handlersThe returned point is adjusted for DPI scaling.
    See Also