Click or drag to resize

Point2f Constructor

Initializes a new instance of the Point2f class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Point2f(
	float x,
	float y
)

Parameters

x
Type: SystemSingle

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

y
Type: SystemSingle

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

See Also