SetRectList
SetRectList(string, IList<Rect>)
public bool SetRectList(string name, IList<Rect> value) ;
説明
RectList型の値を設定する。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| name | 名前。 |
| value | 値。 |
戻り値
指定した名前のパラメータがあった場合にtrue。
SetRectList(int, IList<Rect>)
public bool SetRectList(int id, IList<Rect> value) ;
説明
RectList型の値を設定する。
パラメーター
| パラメーター名 | 説明 |
|---|---|
| id | ID。 |
| value | 値。 |
戻り値
指定した名前のパラメータがあった場合にtrue。