C# Class OsuSpectate.View.ViewContainer

Afficher le fichier Open project: maboesanman/osu-spectate

Méthodes publiques

Свойство Type Description
Height float
MyView View
OriginX float
OriginY float
Width float

Méthodes publiques

Méthode Description
Draw ( System.TimeSpan Time, int WindowWidth, int WindowHeight ) : void
ViewContainer ( float x, float y, float w, float h, View v ) : System

Method Details

Draw() public méthode

public Draw ( System.TimeSpan Time, int WindowWidth, int WindowHeight ) : void
Time System.TimeSpan
WindowWidth int
WindowHeight int
Résultat void

ViewContainer() public méthode

public ViewContainer ( float x, float y, float w, float h, View v ) : System
x float
y float
w float
h float
v View
Résultat System

Property Details

Height public_oe property

public float Height
Résultat float

MyView public_oe property

public View MyView
Résultat View

OriginX public_oe property

public float OriginX
Résultat float

OriginY public_oe property

public float OriginY
Résultat float

Width public_oe property

public float Width
Résultat float