CvRect Constructor (CvPoint, CvSize) OpenCvSharp Class Library
Constructor

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

public CvRect(
	CvPoint point,
	CvSize size
)

Parameters

point
Type: OpenCvSharpCvPoint
coordinate of the left-most rectangle corner
size
Type: OpenCvSharpCvSize
size of the rectangle
See Also

Reference