| RectangleI Constructor |
| Name | Description | |
|---|---|---|
| RectangleI(RectangleI) |
Copy contructor.
| |
| RectangleI(Vector2I, Vector2I) |
Constructs a new rectangle with the specified position and size.
| |
| RectangleI(Int32, Int32, Vector2I) |
Constructs a new rectangle with the specified position and size.
| |
| RectangleI(Vector2I, Int32, Int32) |
Constructs a new rectangle with the specified position and size.
| |
| RectangleI(Int32, Int32, Int32, Int32) |
Constructs a new rectangle with the specified position and size.
|