Click or drag to resize

Rect2fBitwiseOr Operator

Gets a Rect2f structure that contains the union of two Rect2f structures.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static Rect2f operator |(
	Rect2f a,
	Rect2f b
)

Parameters

a
Type: OpenCvSharpRect2f
A rectangle to union.
b
Type: OpenCvSharpRect2f
A rectangle to union.

Return Value

Type: Rect2f

[Missing <returns> documentation for "M:OpenCvSharp.Rect2f.op_BitwiseOr(OpenCvSharp.Rect2f,OpenCvSharp.Rect2f)"]

See Also