C# Class MainMenu.windowPosition_t, Team-7

Mostrar archivo Open project: RUGSoftEng/Team-7

Public Properties

Property Type Description
windowHeight int
windowOffLeft int
windowOffTop int
windowWidth int

Public Methods

Method Description
windowPosition_t ( int p_windowWidth, int p_windowHeight, int p_windowOffTop, int p_windowOffLeft ) : System.Collections

Method Details

windowPosition_t() public method

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
return System.Collections

Property Details

windowHeight public_oe property

public int windowHeight
return int

windowOffLeft public_oe property

public int windowOffLeft
return int

windowOffTop public_oe property

public int windowOffTop
return int

windowWidth public_oe property

public int windowWidth
return int