Rect2f Operators |
The Rect2f type exposes the following members.
Name | Description | |
---|---|---|
Addition(Rect2f, Point2f) |
Shifts rectangle by a certain offset
| |
Addition(Rect2f, Size2f) |
Expands or shrinks rectangle by a certain amount
| |
BitwiseAnd |
Determines the Rect2f structure that represents the intersection of two rectangles.
| |
BitwiseOr |
Gets a Rect2f structure that contains the union of two Rect2f structures.
| |
Equality |
Compares two Rect2f objects. The result specifies whether the members of each object are equal.
| |
Inequality |
Compares two Rect2f objects. The result specifies whether the members of each object are unequal.
| |
Subtraction(Rect2f, Point2f) |
Shifts rectangle by a certain offset
| |
Subtraction(Rect2f, Size2f) |
Expands or shrinks rectangle by a certain amount
|