Size2f Constructor (Single, Single) OpenCvSharp Class Library
Initializes a new instance of the Size2f class

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Size2f(
	float width,
	float height
)

Parameters

width
Type: SystemSingle

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

height
Type: SystemSingle

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

See Also

Reference