C# Class DeepSpace.Components.Alignment.BackgroundStretchComponent

Inheritance: Component
Show file Open project: WaveEngine/QuickStarters

Public Methods

Method Description
BackgroundStretchComponent ( ) : System

Protected Methods

Method Description
DefaultValues ( ) : void
Initialize ( ) : void

Private Methods

Method Description
OnScreenSizeChanged ( object sender, SizeEventArgs e ) : void
Resize ( ) : void

Method Details

BackgroundStretchComponent() public method

public BackgroundStretchComponent ( ) : System
return System

DefaultValues() protected method

protected DefaultValues ( ) : void
return void

Initialize() protected method

protected Initialize ( ) : void
return void