Click or drag to resize

Size Constructor (Double, Double)

Constructor

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

Parameters

width
Type: SystemDouble

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

height
Type: SystemDouble

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

See Also