VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / VisualToolMouseEventArgs Class
In This Topic
VisualToolMouseEventArgs Class Properties
In This Topic
For a list of all properties of this type, see VisualToolMouseEventArgs.
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