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

ViewerBase.WorkspaceMouseDown Event

Raised when a mouse button is pressed down at 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 WorkspaceMouseDown As MouseEventHandler
C#
public event MouseEventHandler WorkspaceMouseDown

Remarks

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

See Also

Reference