CvSize Constructor OpenCvSharp Class Library
Constructor

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

public CvSize(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
Width of the rectangle
height
Type: SystemInt32
Height of the rectangle
See Also

Reference