Click or drag to resize

Rect2 Constructor

Overload List
  NameDescription
Public methodRect2(Vector2, Vector2)
Constructs a Rect2 from a position and size.
Public methodRect2(Single, Single, Vector2)
Constructs a Rect2 from x, y, and size.
Public methodRect2(Vector2, Single, Single)
Constructs a Rect2 from a position, width, and height.
Public methodRect2(Single, Single, Single, Single)
Constructs a Rect2 from x, y, width, and height.
Top
See Also