Pegasus Class Library Help
Gets the X position when the event occures.

Namespace:  Pegasus.Library
Assembly:  PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)

Syntax

C#
public int x { get; internal set; }
Visual Basic (Declaration)
Public Property x As Integer
Visual C++
public:
property int x {
	int get ();
	void set (int value);
}

Field Value

The x position

See Also