CvRect Constructor (Int32, Int32, Int32, Int32) OpenCvSharp Class Library
Constructor

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

public CvRect(
	int x,
	int y,
	int width,
	int height
)

Parameters

x
Type: SystemInt32
x-coordinate of the left-most rectangle corner[s]
y
Type: SystemInt32
y-coordinate of the top-most or bottom-most rectangle corner[s]
width
Type: SystemInt32
width of the rectangle
height
Type: SystemInt32
height of the rectangle
See Also

Reference