Click or drag to resize

Rect2fSubtraction Operator (Rect2f, Size2f)

Expands or shrinks rectangle by a certain amount

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static Rect2f operator -(
	Rect2f rect,
	Size2f size
)

Parameters

rect
Type: OpenCvSharpRect2f

[Missing <param name="rect"/> documentation for "M:OpenCvSharp.Rect2f.op_Subtraction(OpenCvSharp.Rect2f,OpenCvSharp.Size2f)"]

size
Type: OpenCvSharpSize2f

[Missing <param name="size"/> documentation for "M:OpenCvSharp.Rect2f.op_Subtraction(OpenCvSharp.Rect2f,OpenCvSharp.Size2f)"]

Return Value

Type: Rect2f

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

See Also