Margins.Margins

Margins constructor

Margin クラスのインスタンスを初期化します。

public Margins(int top, int left, int bottom, int right)
パラメータタイプ説明
topInt32トップマージン。
leftInt32左マージン。
bottomInt32下マージン。
rightInt32右マージン。

関連項目