C# Class OsuSpectate.View.ViewContainer

Show file Open project: maboesanman/osu-spectate

Public Properties

Property Type Description
Height float
MyView View
OriginX float
OriginY float
Width float

Public Methods

Method 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 method

public Draw ( System.TimeSpan Time, int WindowWidth, int WindowHeight ) : void
Time System.TimeSpan
WindowWidth int
WindowHeight int
return void

ViewContainer() public method

public ViewContainer ( float x, float y, float w, float h, View v ) : System
x float
y float
w float
h float
v View
return System

Property Details

Height public property

public float Height
return float

MyView public property

public View MyView
return View

OriginX public property

public float OriginX
return float

OriginY public property

public float OriginY
return float

Width public property

public float Width
return float