GetRect

public Rect GetRect(Rect defaultValue) ;

Rect型の値を取得する。

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

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

public Rect GetRect() ;

Rect型の値を取得する。

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