GetBounds

GetBounds(string, Bounds)

public Bounds GetBounds(string name, Bounds defaultValue) ;

Description

Get the value of the Bounds type.

Parameters

Parameter Name Description
name Name.
defaultValue Default value. It is returned when there is no parameter.

Returns

The value of the parameter. If there is no parameter, it returns defaultValue.

GetBounds(string)

public Bounds GetBounds(string name) ;

Description

Get the value of the Bounds type.

Parameters

Parameter Name Description
name Name.

Returns

The value of the parameter. If there is no parameter, it returns 0 bounds.

GetBounds(int, Bounds)

public Bounds GetBounds(int id, Bounds defaultValue) ;

Description

Get the value of the Bounds type.

Parameters

Parameter Name Description
id ID.
defaultValue Default value. It is returned when there is no parameter.

Returns

The value of the parameter. If there is no parameter, it returns defaultValue.

GetBounds(int)

public Bounds GetBounds(int id) ;

Description

Get the value of the Bounds type.

Parameters

Parameter Name Description
id ID.

Returns

The value of the parameter. If there is no parameter, it returns 0 bounds.

GetBounds(string, out Bounds)

Obsolete public bool GetBounds(string name, out Bounds value) ;

Description

Get the value of the Bounds type.

Parameters

Parameter Name Description
name Name.
value The value you get.

Returns

The true when there parameters of the specified name.

GetBounds(int, out Bounds)

Obsolete public bool GetBounds(int id, out Bounds value) ;

Description

Get the value of the Bounds type.

Parameters

Parameter Name Description
id ID.
value The value you get.

Returns

The true when there parameters of the specified name.