C# Class WaveEngine.Components.UI.WrapPanelControl

The wrap panel.
Inheritance: Control
ファイルを表示 Open project: WaveEngine/Components

Public Methods

Method Description
Arrange ( RectangleF finalSize ) : void

Arranges the specified final size.

Measure ( Vector2 availableSize ) : Vector2

The measure.

WrapPanelControl ( ) : System.Runtime.Serialization

Initializes a new instance of the WrapPanelControl class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

The dispose.

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

The dispose.
protected Dispose ( bool disposing ) : void
disposing bool /// The disposing. ///
return void

Measure() public method

The measure.
public Measure ( Vector2 availableSize ) : Vector2
availableSize Vector2 /// The available size. ///
return Vector2

WrapPanelControl() public method

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