Create a MCvPoint2D64f structure with the specific x and y coordinates

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public MCvPoint2D64f(
	double x,
	double y
)
Visual Basic (Declaration)
Public Sub New ( _
	x As Double, _
	y As Double _
)
Visual C++
public:
MCvPoint2D64f(
	double x, 
	double y
)

Parameters

x
Type: System..::.Double
x-coordinate
y
Type: System..::.Double
y-coordinate

See Also