You are here: Start » AVL.NET » ImageMouseEventArgs Class

ImageMouseEventArgs Class

Namespace:HMI.Controls
Assembly:HMI.Controls.dll

Provides data for events related to mouse actions in image coordinate space on image preview controls.

Constructors

 ConstructorDescription
ImageMouseEventArgs(PointF, MouseButtons)

Properties

 NameTypeDescription
ButtonSystem.Windows.Forms.MouseButtons
LocationSystem.Drawing.PointF
XSystem.Single
YSystem.Single

Methods

 NameDescription
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also