Click or drag to resize

AltaxoMouseEventArgs Class

Provides data for the MouseUp, MouseDown, and MouseMove events.
Inheritance Hierarchy
SystemObject
  Altaxo.GuiAltaxoMouseEventArgs

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class AltaxoMouseEventArgs

The AltaxoMouseEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodAltaxoMouseEventArgsInitializes a new instance of the AltaxoMouseEventArgs class
Top
Properties
 NameDescription
Public propertyButtonGets which mouse button was pressed.
Public propertyClicksGets the number of times the mouse button was pressed and released.
Public propertyDeltaGets a signed count of the number of detents the mouse wheel has rotated. A detent is one notch of the mouse wheel.
Public propertyPosition 
Public propertyXGets the x-coordinate of the mouse during the generating mouse event.
Public propertyYGets the y-coordinate of the mouse during the generating mouse event.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also