RectReference Constructor
Constructor in RectReference
Declaration
public RectReference()
Description
Creates a new Rect reference.
Overload
Declaration
public RectReference(Rect value)
Description
Creates a new Rect reference with the fixed value.
Parameters
value | The fixed value to set. |
Overload
Declaration
public RectReference(RectVariable variable)
Description
Creates a new Rect reference to the variable value.
Parameters
variable | The variable to reference. |