MinMaxRect Constructor
MinMaxRect(MinMax, MinMax, MinMax, MinMax)
Constructs a new MinMaxRect, specified per face.
Declaration
public MinMaxRect(MinMax left, MinMax right, MinMax bottom, MinMax top)
Parameters
| Type | Name | Description |
|---|---|---|
| MinMax | left | The length assigned to Left. |
| MinMax | right | The length assigned to Right. |
| MinMax | bottom | The length assigned to Bottom. |
| MinMax | top | The length assigned to Top. |
MinMaxRect(MinMax2, MinMax2)
Constructs a new MinMaxRect. specified per axis.
Declaration
public MinMaxRect(MinMax2 x, MinMax2 y)
Parameters
| Type | Name | Description |
|---|---|---|
| MinMax2 | x | The lengths assigned to X. |
| MinMax2 | y | The lengths assigned to Y. |