C# Class MainMenu.windowPosition_t, Team-7

Afficher le fichier Open project: RUGSoftEng/Team-7

Méthodes publiques

Свойство Type Description
windowHeight int
windowOffLeft int
windowOffTop int
windowWidth int

Méthodes publiques

Méthode Description
windowPosition_t ( int p_windowWidth, int p_windowHeight, int p_windowOffTop, int p_windowOffLeft ) : System.Collections

Method Details

windowPosition_t() public méthode

public windowPosition_t ( int p_windowWidth, int p_windowHeight, int p_windowOffTop, int p_windowOffLeft ) : System.Collections
p_windowWidth int
p_windowHeight int
p_windowOffTop int
p_windowOffLeft int
Résultat System.Collections

Property Details

windowHeight public_oe property

public int windowHeight
Résultat int

windowOffLeft public_oe property

public int windowOffLeft
Résultat int

windowOffTop public_oe property

public int windowOffTop
Résultat int

windowWidth public_oe property

public int windowWidth
Résultat int