C# Class MarioObjects.Objects.Utils.Screen

Show file Open project: jazzyjester/Mario-Game

Public Properties

Property Type Description
Background SubScreen
Output SubScreen
instance Screen

Public Methods

Method Description
DrawOnGraphic ( Graphics xGraph ) : void
Draw_Output ( ) : void
Screen ( ) : System

Method Details

DrawOnGraphic() public method

public DrawOnGraphic ( Graphics xGraph ) : void
xGraph System.Drawing.Graphics
return void

Draw_Output() public method

public Draw_Output ( ) : void
return void

Screen() public method

public Screen ( ) : System
return System

Property Details

Background public property

public SubScreen,MarioObjects.Objects.Utils Background
return SubScreen

Output public property

public SubScreen,MarioObjects.Objects.Utils Output
return SubScreen

instance public static property

public static Screen,MarioObjects.Objects.Utils instance
return Screen