| Rect2fAddition Operator (Rect2f, Point2f) |
Shifts rectangle by a certain offset
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Parameters
- rect
- Type: OpenCvSharpRect2f
[Missing <param name="rect"/> documentation for "M:OpenCvSharp.Rect2f.op_Addition(OpenCvSharp.Rect2f,OpenCvSharp.Point2f)"]
- pt
- Type: OpenCvSharpPoint2f
[Missing <param name="pt"/> documentation for "M:OpenCvSharp.Rect2f.op_Addition(OpenCvSharp.Rect2f,OpenCvSharp.Point2f)"]
Return Value
Type:
Rect2f[Missing <returns> documentation for "M:OpenCvSharp.Rect2f.op_Addition(OpenCvSharp.Rect2f,OpenCvSharp.Point2f)"]
See Also