Pegasus Class Library Help
Assembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Gets the Y position when the event occures.
Namespace:
Pegasus.LibraryAssembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Syntax
| C# |
|---|
public int y { get; internal set; } |
| Visual Basic (Declaration) |
|---|
Public Property y As Integer |
| Visual C++ |
|---|
public: property int y { int get (); void set (int value); } |