BoundsReference Constructor
Constructor in BoundsReference
Declaration
public BoundsReference()
Description
Creates a new Bounds reference.
Overload
Declaration
public BoundsReference(Bounds value)
Description
Creates a new Bounds reference with the fixed value.
Parameters
value | The fixed value to set. |
Overload
Declaration
public BoundsReference(BoundsVariable variable)
Description
Creates a new Bounds reference to the variable value.
Parameters
variable | The variable to reference. |