Point Constructor (Int32, Int32)
|
Initializes a new instance of the
Point class
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
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 -> Point
OpenCvSharp.Point = function(x, y);
Parameters
- x
- Type: SystemInt32
- y
- Type: SystemInt32
See Also