Click or drag to resize

Size2d Constructor (Single, Single)

Constructor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Size2d(
	float width,
	float height
)

Parameters

width
Type: SystemSingle

[Missing <param name="width"/> documentation for "M:OpenCvSharp.Size2d.#ctor(System.Single,System.Single)"]

height
Type: SystemSingle

[Missing <param name="height"/> documentation for "M:OpenCvSharp.Size2d.#ctor(System.Single,System.Single)"]

See Also