Create a MCvPoint2D64f structure with the specific x and y coordinates

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

Syntax

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

Parameters

x
Double
x-coordinate
y
Double
y-coordinate

See Also