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

valueThe fixed value to set.

Overload

Declaration

public BoundsReference(BoundsVariable variable)

Description

Creates a new Bounds reference to the variable value.

Parameters

variableThe variable to reference.