GetBounds
GetBounds(Bounds)
public Bounds GetBounds(Bounds defaultValue) ;
Description
Get the value of the Bounds 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.
GetBounds()
public Bounds GetBounds() ;
Description
Get the value of the Bounds type.
Returns
The value of the parameter. If there is no parameter, it returns 0 bounds.