C# Class MainMenu.windowPosition_t, Team-7

Show file 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 property

public int windowHeight
return int

windowOffLeft public property

public int windowOffLeft
return int

windowOffTop public property

public int windowOffTop
return int

windowWidth public property

public int windowWidth
return int