C# Class TOAPI.Kernel32.COORD

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
COORD ( short x, short y ) : System

Method Details

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