Click or drag to resize

Size Constructor (Double, Double)

Initializes a new instance of the Size class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Size(
	double width,
	double height
)

Parameters

width
Type: SystemDouble
height
Type: SystemDouble
See Also