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