Click or drag to resize

Point2d Constructor

Initializes a new instance of the Point2d class

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Point2d(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
y
Type: SystemDouble
See Also