Click or drag to resize

Size2d Constructor (Single, Single)

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(
	float width,
	float height
)

Parameters

width
Type: SystemSingle
height
Type: SystemSingle
See Also