GetBoundsInt

GetBoundsInt(BoundsInt)

public BoundsInt GetBoundsInt(BoundsInt defaultValue) ;

Description

Get the value of the BoundsInt type.

Parameters

Parameter Name Description
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.

GetBoundsInt()

public BoundsInt GetBoundsInt() ;

Description

Get the value of the BoundsInt type.

Returns

The value of the parameter. If there is no parameter, it returns BoundsInt(0, 0, 0, 0).