C# Class WaveEngine.Components.UI.PanelControl

Simple panel as a grid with one row and one column
Inheritance: Control
Show file Open project: WaveEngine/Components Class Usage Examples

Public Methods

Method Description
Arrange ( RectangleF finalSize ) : void

Arranges the specified final size.

PanelControl ( ) : System

Initializes a new instance of the PanelControl class.

PanelControl ( int width, int height ) : System

Initializes a new instance of the PanelControl 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

PanelControl() public method

Initializes a new instance of the PanelControl class.
public PanelControl ( ) : System
return System

PanelControl() public method

Initializes a new instance of the PanelControl class.
public PanelControl ( int width, int height ) : System
width int The width.
height int The height.
return System