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

valueThe fixed value to set.

Overload

Declaration

public RectReference(RectVariable variable)

Description

Creates a new Rect reference to the variable value.

Parameters

variableThe variable to reference.