TryGetRectList

TryGetRectList(string, out IList<Rect>)

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

Description

Get the value of the RectList type.

Parameters

Parameter Name Description
name Name.
value Value.

Returns

The true when there parameters of the specified name.

TryGetRectList(int, out IList<Rect>)

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

Description

Get the value of the RectList type.

Parameters

Parameter Name Description
id ID.
value Value.

Returns

The true when there parameters of the specified name.