RectReference.Implicit
Operator in RectReference
Declaration
public static implicit operator Rect(RectReference reference)
Description
Implicitly converts the reference to a Rect.
Parameters
reference | The reference to convert. |
Returns
Rect | The Rect value. |