C# 클래스 WaveEngine.Components.UI.WrapPanelControl

The wrap panel.
상속: Control
파일 보기 프로젝트 열기: WaveEngine/Components

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

The dispose.

메소드 상세

Arrange() 공개 메소드

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

Dispose() 보호된 메소드

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

Measure() 공개 메소드

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

WrapPanelControl() 공개 메소드

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