Initializer
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Vec3i(
int item0,
int item1,
int item2
)
Public Sub New (
item0 As Integer,
item1 As Integer,
item2 As Integer
)
public:
Vec3i(
int item0,
int item1,
int item2
)
new :
item0 : int *
item1 : int *
item2 : int -> Vec3i
OpenCvSharp.Vec3i = function(item0, item1, item2);
Parameters
- item0
- Type: SystemInt32
- item1
- Type: SystemInt32
- item2
- Type: SystemInt32
See Also