C# Class System.Coord

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Свойство Type Description
X short
Y short

Méthodes publiques

Méthode Description
Coord ( int x, int y ) : System.Runtime.InteropServices

Method Details

Coord() public méthode

public Coord ( int x, int y ) : System.Runtime.InteropServices
x int
y int
Résultat System.Runtime.InteropServices

Property Details

X public_oe property

public short X
Résultat short

Y public_oe property

public short Y
Résultat short