C# Class MarioObjects.Objects.Utils.Screen

Afficher le fichier Open project: jazzyjester/Mario-Game

Méthodes publiques

Свойство Type Description
Background SubScreen
Output SubScreen
instance Screen

Méthodes publiques

Méthode Description
DrawOnGraphic ( Graphics xGraph ) : void
Draw_Output ( ) : void
Screen ( ) : System

Method Details

DrawOnGraphic() public méthode

public DrawOnGraphic ( Graphics xGraph ) : void
xGraph System.Drawing.Graphics
Résultat void

Draw_Output() public méthode

public Draw_Output ( ) : void
Résultat void

Screen() public méthode

public Screen ( ) : System
Résultat System

Property Details

Background public_oe property

public SubScreen,MarioObjects.Objects.Utils Background
Résultat SubScreen

Output public_oe property

public SubScreen,MarioObjects.Objects.Utils Output
Résultat SubScreen

instance public_oe static_oe property

public static Screen,MarioObjects.Objects.Utils instance
Résultat Screen