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