SetRectList

SetRectList(string, IList<Rect>)

public bool SetRectList(string name, IList<Rect> value) ;

Description

It wants to set the value of the RectList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

SetRectList(int, IList<Rect>)

public bool SetRectList(int id, IList<Rect> value) ;

Description

It wants to set the value of the RectList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.