RectReference
Class in Zigurous.Architecture
Inherits from ValueReference<T>
Declaration
[Serializable]
public class RectReference : ValueReference<Rect, RectVariable>
Description
A reference to a Rect value, either a constant or RectVariable.
Constructors
RectReference | Creates a new Rect reference. |
Operators
Implicit | Implicitly converts the reference to a Rect. |