Initializes a new instance of the
Point2d class
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Point2d(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
public:
Point2d(
double x,
double y
)
new :
x : float *
y : float -> Point2d
OpenCvSharp.Point2d = function(x, y);
Parameters
- x
- Type: SystemDouble
- y
- Type: SystemDouble
See Also