Version

MouseVirtualPositionChanged Event

Occurs when the mouse's virtual pixel position in the magnified image view changes
Syntax
'Declaration
 
Public Event MouseVirtualPositionChanged As MouseVirtualPositionChangedEventHandler
public event MouseVirtualPositionChangedEventHandler MouseVirtualPositionChanged
Event Data

The event handler receives an argument of type MouseVirtualPositionChangedEventArgs containing data related to this event. The following MouseVirtualPositionChangedEventArgs properties provide information specific to this event.

PropertyDescription
IsInBitmap Gets the boolean value indicating if the mouse is currently over the visible part of the image
X Gets the virtual x position of the mouse over the magnified view of the image
Y Gets the virtual y position of the mouse over the magnified view of the image
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also