GetRectList
GetRectList(int)
public IList<Rect> GetRectList(int id) ;
説明
RectList型の値を取得する。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| id | ID。 |
戻り値
パラメータの値。パラメータがない場合はnullを返す。
GetRectList(string)
public IList<Rect> GetRectList(string name) ;
説明
RectList型の値を取得する。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| name | 名前。 |
戻り値
パラメータの値。パラメータがない場合はnullを返す。