Point2f Constructor OpenCvSharp Class Library
Initializes a new instance of the Point2f class

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

public Point2f(
	float x,
	float y
)

Parameters

x
Type: SystemSingle

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

y
Type: SystemSingle

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

See Also

Reference