Click or drag to resize

Rect2dFromLTRB Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static Rect2d FromLTRB(
	double left,
	double top,
	double right,
	double bottom
)

Parameters

left
Type: SystemDouble
top
Type: SystemDouble
right
Type: SystemDouble
bottom
Type: SystemDouble

Return Value

Type: Rect2d
See Also