C# Class InstallPad.Interop.POINT

Afficher le fichier Open project: philc/InstallPad Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
POINT ( int x, int y ) : System
ToString ( ) : string

Method Details

POINT() public méthode

public POINT ( int x, int y ) : System
x int
y int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

X public_oe property

public int X
Résultat int

Y public_oe property

public int Y
Résultat int