Rectf Operators OpenCvSharp Class Library

The Rectf type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition(Rectf, Point2f)
Shifts rectangle by a certain offset
Public operatorStatic memberAddition(Rectf, Size2f)
Expands or shrinks rectangle by a certain amount
Public operatorStatic memberBitwiseAnd
Determines the CvRect structure that represents the intersection of two rectangles.
Public operatorStatic memberBitwiseOr
Gets a CvRect structure that contains the union of two CvRect structures.
Public operatorStatic memberEquality
Compares two Rectf objects. The result specifies whether the members of each object are equal.
Public operatorStatic memberInequality
Compares two Rectf objects. The result specifies whether the members of each object are unequal.
Public operatorStatic memberSubtraction(Rectf, Point2f)
Shifts rectangle by a certain offset
Public operatorStatic memberSubtraction(Rectf, Size2f)
Expands or shrinks rectangle by a certain amount
Top
See Also

Reference