C# Class MonoGameUi.ProgressBar

Inheritance: Control
Datei anzeigen Open project: OctoAwesome/monogameui Class Usage Examples

Public Methods

Method Description
ProgressBar ( BaseScreenComponent manager, string style = "" ) : System

Protected Methods

Method Description
OnBarBrushChanged ( PropertyEventArgs args ) : void
OnDrawContent ( SpriteBatch batch, Rectangle contentArea, GameTime gameTime, float alpha ) : void
OnMaximumChanged ( PropertyEventArgs args ) : void
OnOrientationChanged ( PropertyEventArgs args ) : void
OnValueChanged ( PropertyEventArgs args ) : void

Method Details

OnBarBrushChanged() protected method

protected OnBarBrushChanged ( PropertyEventArgs args ) : void
args PropertyEventArgs
return void

OnDrawContent() protected method

protected OnDrawContent ( SpriteBatch batch, Rectangle contentArea, GameTime gameTime, float alpha ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
contentArea Microsoft.Xna.Framework.Rectangle
gameTime Microsoft.Xna.Framework.GameTime
alpha float
return void

OnMaximumChanged() protected method

protected OnMaximumChanged ( PropertyEventArgs args ) : void
args PropertyEventArgs
return void

OnOrientationChanged() protected method

protected OnOrientationChanged ( PropertyEventArgs args ) : void
args PropertyEventArgs
return void

OnValueChanged() protected method

protected OnValueChanged ( PropertyEventArgs args ) : void
args PropertyEventArgs
return void

ProgressBar() public method

public ProgressBar ( BaseScreenComponent manager, string style = "" ) : System
manager BaseScreenComponent
style string
return System