C# Class GraphicsEngine.Win32.Kernel32Console.COORD

Afficher le fichier Open project: ckarcz/GraphicsEngine Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
COORD ( int X, int Y ) : System
COORD ( short X, short Y ) : System

Method Details

COORD() public méthode

public COORD ( int X, int Y ) : System
X int
Y int
Résultat System

COORD() public méthode

public COORD ( short X, short Y ) : System
X short
Y short
Résultat System

Property Details

X public_oe property

public short X
Résultat short

Y public_oe property

public short Y
Résultat short