Rect2fAddition Operator (Rect2f, Point2f)
|
Shifts rectangle by a certain offset
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static Rect2f operator +(
Rect2f rect,
Point2f pt
)
Public Shared Operator + (
rect As Rect2f,
pt As Point2f
) As Rect2f
public:
static Rect2f operator +(
Rect2f rect,
Point2f pt
)
static let inline (+)
rect : Rect2f *
pt : Point2f : Rect2f
JavaScript does not support overloaded operators.
Parameters
- rect
- Type: OpenCvSharpRect2f
- pt
- Type: OpenCvSharpPoint2f
Return Value
Type:
Rect2f
See Also