| Point2d Constructor |
Initializes a new instance of the
Point2d class
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Parameters
- x
- Type: SystemDouble
[Missing <param name="x"/> documentation for "M:OpenCvSharp.Point2d.#ctor(System.Double,System.Double)"]
- y
- Type: SystemDouble
[Missing <param name="y"/> documentation for "M:OpenCvSharp.Point2d.#ctor(System.Double,System.Double)"]
See Also