C# Class OsuSpectate.View.StaticBackgroundView

Inheritance: View
Afficher le fichier Open project: maboesanman/osu-spectate

Méthodes publiques

Méthode Description
Draw ( System.TimeSpan time, float x, float y, float width, float height, int windowWidth, int windowHeight ) : void

Method Details

Draw() public méthode

public Draw ( System.TimeSpan time, float x, float y, float width, float height, int windowWidth, int windowHeight ) : void
time System.TimeSpan
x float
y float
width float
height float
windowWidth int
windowHeight int
Résultat void