Gets a Rect2d structure that contains the union of two Rect2d structures. 
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic static Rect2d operator |(
	Rect2d a,
	Rect2d b
)
Public Shared Operator Or ( 
	a As Rect2d,
	b As Rect2d
) As Rect2d
public:
static Rect2d operator |(
	Rect2d a, 
	Rect2d b
)
static let inline (|||)
        a : Rect2d * 
        b : Rect2d  : Rect2dJavaScript does not support overloaded operators.
Parameters
- a
- Type: OpenCvSharpRect2d
 A rectangle to union.
- b
- Type: OpenCvSharpRect2d
 A rectangle to union.
Return Value
Type: 
Rect2d See Also
See Also