CvPoint2D64f Constructor OpenCvSharp Class Library
Constructor

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

public CvPoint2D64f(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
x-coordinate, usually zero-based
y
Type: SystemDouble
y-coordinate, usually zero-based
See Also

Reference