This documentation is for the old version. Go to the latest Graphics Mill docs

ViewerBase.WorkspaceMouseMove Event

Raised when the mouse is moved over the image displayed by this viewer control.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Event WorkspaceMouseMove As MouseEventHandler
C#
public event MouseEventHandler WorkspaceMouseMove

Remarks

Position of the mouse pointer is measured in the coordinates of the workspace (physical units of measure).

See Also

Reference