C# 클래스 TerrainDemo.Framework.Debug.DebugLayout

簡易なレイアウト計算を行う構造体です。
파일 보기 프로젝트 열기: willcraftia/TestXna 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ArrangedBounds Microsoft.Xna.Framework.Rectangle
ContainerBounds Microsoft.Xna.Framework.Rectangle
Height int
HorizontalAlignment DebugHorizontalAlignment
HorizontalMargin int
VerticalAlignment DebugVerticalAlignment
VerticalMargin int
Width int

공개 메소드들

메소드 설명
Arrange ( ) : void

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

메소드 상세

Arrange() 공개 메소드

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

프로퍼티 상세

ArrangedBounds 공개적으로 프로퍼티

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

ContainerBounds 공개적으로 프로퍼티

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

Height 공개적으로 프로퍼티

領域の高さ。
public int Height
리턴 int

HorizontalAlignment 공개적으로 프로퍼티

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

HorizontalMargin 공개적으로 프로퍼티

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

VerticalAlignment 공개적으로 프로퍼티

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

VerticalMargin 공개적으로 프로퍼티

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

Width 공개적으로 프로퍼티

領域の幅。
public int Width
리턴 int