CvRectFromLTRB Method OpenCvSharp Class Library
Creates a CvRect with the specified upper-left and lower-right corners.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvRect FromLTRB(
	int left,
	int top,
	int right,
	int bottom
)

Parameters

left
Type: SystemInt32
The x-coordinate of the upper-left corner of this CvRect structure.
top
Type: SystemInt32
The y-coordinate of the upper-left corner of this CvRect structure.
right
Type: SystemInt32
The x-coordinate of the lower-right corner of this CvRect structure.
bottom
Type: SystemInt32
The y-coordinate of the lower-right corner of this CvRect structure.

Return Value

Type: CvRect

[Missing <returns> documentation for "M:OpenCvSharp.CvRect.FromLTRB(System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also

Reference