Gets the x-coordinate of the mouse cursor.

Namespace:  PerpetuumSoft.Framework.Model
Assembly:  PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1

Syntax

C#
public double X { get; }
Visual Basic (Declaration)
Public ReadOnly Property X As Double
Visual C++
public:
property double X {
	double get ();
}

See Also