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