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

ViewerBase.WorkspaceMouseUp Event

Raised when a mouse button is released 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 WorkspaceMouseUp As MouseEventHandler
C#
public event MouseEventHandler WorkspaceMouseUp

Remarks

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

See Also

Reference