|  | Point Constructor (Double, Double) | 
 Initializes a new instance of the 
Point class
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
 Syntax
Syntaxpublic Point(
	double x,
	double y
)
Public Sub New ( 
	x As Double,
	y As Double
)
public:
Point(
	double x, 
	double y
)
new : 
        x : float * 
        y : float -> PointParameters
- x
- Type: SystemDouble
 [Missing <param name="x"/> documentation for "M:OpenCvSharp.Point.#ctor(System.Double,System.Double)"] 
- y
- Type: SystemDouble
 [Missing <param name="y"/> documentation for "M:OpenCvSharp.Point.#ctor(System.Double,System.Double)"] 
 See Also
See Also