C# Class OsuSpectate.View.ViewContainer

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

public float Height
return float

MyView public_oe property

public View MyView
return View

OriginX public_oe property

public float OriginX
return float

OriginY public_oe property

public float OriginY
return float

Width public_oe property

public float Width
return float