GetBoundsInt

GetBoundsInt(BoundsInt)

public BoundsInt GetBoundsInt(BoundsInt defaultValue) ;

説明

BoundsInt型の値を取得する。

パラメーター

パラメーター名 説明
defaultValue デフォルトの値。パラメータがない場合に返される。

戻り値

パラメータの値。パラメータがない場合はdefaultValueを返す。

GetBoundsInt()

public BoundsInt GetBoundsInt() ;

説明

BoundsInt型の値を取得する。

戻り値

パラメータの値。パラメータがない場合はBoundsInt(0, 0, 0, 0)を返す。