Click or drag to resize

Size2d Constructor (Double, Double)

Initializes a new instance of the Size2d class

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

Parameters

width
Type: SystemDouble
height
Type: SystemDouble
See Also