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