構造体 NinePatchMargin

9パッチ情報を格納するための構造体 [詳細]

すべてのメンバ一覧

Public メソッド

 NinePatchMargin (int left, int top, int right, int bottom)
 コンストラクタ

Public 変数

int Left
 左方向のマージン
int Top
 上方向のマージン
int Right
 右方向のマージン
int Bottom
 下方向のマージン

Static Public 変数

static readonly NinePatchMargin Zero = new NinePatchMargin()
 各メンバの値が0のインスタンス

説明

9パッチ情報を格納するための構造体


コンストラクタとデストラクタ

NinePatchMargin ( int  left,
int  top,
int  right,
int  bottom 
)

コンストラクタ

引数:
left左方向のマージン
top上方向のマージン
right右方向のマージン
bottom下方向のマージン