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

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

public Point2d(
	double x,
	double y
)

Parameters

x
Type: SystemDouble

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

y
Type: SystemDouble

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

See Also

Reference