SetRect
SetRect(string, Rect)
public bool SetRect(string name, Rect value) ;
Description
It wants to set the value of the Rect type.
Parameters
Parameter Name | Description |
---|---|
name | Name. |
value | Value. |
Returns
The true when there parameters of the specified name.
SetRect(int, Rect)
public bool SetRect(int id, Rect value) ;
Description
It wants to set the value of the Rect type.
Parameters
Parameter Name | Description |
---|---|
id | ID. |
value | Value. |
Returns
The true when there parameters of the specified name.