C# Class TerrainDemo.Framework.Debug.DebugLayout

簡易なレイアウト計算を行う構造体です。
Show file Open project: willcraftia/TestXna Class Usage Examples

Public Properties

Property Type Description
ArrangedBounds Microsoft.Xna.Framework.Rectangle
ContainerBounds Microsoft.Xna.Framework.Rectangle
Height int
HorizontalAlignment DebugHorizontalAlignment
HorizontalMargin int
VerticalAlignment DebugVerticalAlignment
VerticalMargin int
Width int

Public Methods

Method Description
Arrange ( ) : void

設定されたフィールドの情報に基づき、ArrangedBounds フィールドを計算します。

Method Details

Arrange() public method

設定されたフィールドの情報に基づき、ArrangedBounds フィールドを計算します。
public Arrange ( ) : void
return void

Property Details

ArrangedBounds public property

Arrage メソッドの呼び出しで得られる領域。
public Rectangle,Microsoft.Xna.Framework ArrangedBounds
return Microsoft.Xna.Framework.Rectangle

ContainerBounds public property

コンテナ領域。
public Rectangle,Microsoft.Xna.Framework ContainerBounds
return Microsoft.Xna.Framework.Rectangle

Height public property

領域の高さ。
public int Height
return int

HorizontalAlignment public property

コンテナ領域に対する水平方向の配置方法。
public DebugHorizontalAlignment HorizontalAlignment
return DebugHorizontalAlignment

HorizontalMargin public property

コンテナ領域に対する水平方向の余白。
public int HorizontalMargin
return int

VerticalAlignment public property

コンテナ領域に対する垂直方向の配置方法。
public DebugVerticalAlignment VerticalAlignment
return DebugVerticalAlignment

VerticalMargin public property

コンテナ領域に対する垂直方向の余白。
public int VerticalMargin
return int

Width public property

領域の幅。
public int Width
return int