Initializes a new instance of the
Point3i class
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Point3i(
int x,
int y,
int z
)
Public Sub New (
x As Integer,
y As Integer,
z As Integer
)
public:
Point3i(
int x,
int y,
int z
)
new :
x : int *
y : int *
z : int -> Point3i
OpenCvSharp.Point3i = function(x, y, z);
Parameters
- x
- Type: SystemInt32
- y
- Type: SystemInt32
- z
- Type: SystemInt32
See Also