C# Class Willcraftia.Xna.Framework.Diagnostics.DebugLayout

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

Méthodes publiques

Свойство Type Description
ArrangedBounds Microsoft.Xna.Framework.Rectangle
ContainerBounds Microsoft.Xna.Framework.Rectangle
Height int
HorizontalAlignment DebugHorizontalAlignment
HorizontalMargin int
VerticalAlignment DebugVerticalAlignment
VerticalMargin int
Width int

Méthodes publiques

Méthode Description
Arrange ( ) : void

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

Method Details

Arrange() public méthode

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

Property Details

ArrangedBounds public_oe property

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

ContainerBounds public_oe property

コンテナ領域。
public Rectangle,Microsoft.Xna.Framework ContainerBounds
Résultat Microsoft.Xna.Framework.Rectangle

Height public_oe property

領域の高さ。
public int Height
Résultat int

HorizontalAlignment public_oe property

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

HorizontalMargin public_oe property

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

VerticalAlignment public_oe property

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

VerticalMargin public_oe property

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

Width public_oe property

領域の幅。
public int Width
Résultat int