VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / VisualTool Class / MouseUp Event
Syntax Remarks Requirements SeeAlso
In This Topic
MouseUp Event (VisualTool)
In This Topic
Occurs when the mouse pointer is over the image viewer, this tool is enabled and a mouse button is released.
Syntax
'Declaration

Public Event MouseUp As VisualToolMouseEventHandler

public event VisualToolMouseEventHandler MouseUp

Remarks

This event is not thread safe.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also