VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / VisualToolMouseEventArgs Class
Constructors Properties Fields SeeAlso
In This Topic
VisualToolMouseEventArgs Class Members
In This Topic
The following tables list the members exposed by VisualToolMouseEventArgs.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Provides a value to use with events that do not have event data. (Inherited from System.EventArgs)
Public Properties
 NameDescription
Public PropertyGets which mouse button was pressed. (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyGets the number of times the mouse button was pressed and released. (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyGets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel. (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyGets or sets a value indicating whether the event was handled.
Public PropertyGets the location of the mouse during the generating mouse event. (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyGets the image viewer that caused the event.
Public PropertyGets the x-coordinate of the mouse during the generating mouse event. (Inherited from System.Windows.Forms.MouseEventArgs)
Public PropertyGets the y-coordinate of the mouse during the generating mouse event. (Inherited from System.Windows.Forms.MouseEventArgs)
See Also