Click or drag to resize

Rect2fFromLTRB Method

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

Parameters

left
Type: SystemSingle
top
Type: SystemSingle
right
Type: SystemSingle
bottom
Type: SystemSingle

Return Value

Type: Rect2f
See Also