EnvironmentBase.GetMousePosition (MouseEventArgs) Method

Gets the mouse position from the event args.
Public Function GetMousePosition( _ 
ByVal e As MouseEventArgs
) As Point
This language is not supported or no code example is available.
public Point GetMousePosition( 
MouseEventArgs e 
)
This language is not supported or no code example is available.

Parameters

e
MouseEventArgs

The event arguments

Return Value

Point

The mouse position

Remarks
 
When using Renderer different from rendererType.Native, use this method to get the mouse position in event handlers

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition