C# Class WaveEngine.Components.UI.PanelControl

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

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Method Details

Arrange() public méthode

Arranges the specified final size.
public Arrange ( RectangleF finalSize ) : void
finalSize RectangleF The final size.
Résultat void

Dispose() protected méthode

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.
Résultat void

PanelControl() public méthode

Initializes a new instance of the PanelControl class.
public PanelControl ( ) : System
Résultat System

PanelControl() public méthode

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