| RectangleF Constructor |
| Name | Description | |
|---|---|---|
| RectangleF |
Constructs a new rectangle without position or size.
| |
| RectangleF(Vector2F, Vector2F) |
Constructs a new rectangle with the specified position and size.
| |
| RectangleF(Single, Single, Vector2F) |
Constructs a new rectangle with the specified position and size.
| |
| RectangleF(Vector2F, Single, Single) |
Constructs a new rectangle with the specified position and size.
| |
| RectangleF(Single, Single, Single, Single) |
Constructs a new rectangle with the specified position and size.
|