C# Class WaveEngine.Components.UI.StackPanelControl

The stack panel.
Inheritance: Control
Datei anzeigen Open project: WaveEngine/Components

Public Methods

Method Description
Arrange ( RectangleF finalSize ) : void

Arranges the specified final size.

Measure ( Vector2 availableSize ) : Vector2

Measures the specified available size.

StackPanelControl ( ) : System.Runtime.Serialization

Initializes a new instance of the StackPanelControl class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Method Details

Arrange() public method

Arranges the specified final size.
public Arrange ( RectangleF finalSize ) : void
finalSize RectangleF The final size.
return void

Dispose() protected method

Releases unmanaged and - optionally - managed resources
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
return void

Measure() public method

Measures the specified available size.
public Measure ( Vector2 availableSize ) : Vector2
availableSize Vector2 Size of the available.
return Vector2

StackPanelControl() public method

Initializes a new instance of the StackPanelControl class.
public StackPanelControl ( ) : System.Runtime.Serialization
return System.Runtime.Serialization