C# Class MarioObjects.Objects.Utils.Screen

ファイルを表示 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_oe property

public SubScreen,MarioObjects.Objects.Utils Background
return SubScreen

Output public_oe property

public SubScreen,MarioObjects.Objects.Utils Output
return SubScreen

instance public_oe static_oe property

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