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