Initializer
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Vec6b(
byte item0,
byte item1,
byte item2,
byte item3,
byte item4,
byte item5
)
Public Sub New (
item0 As Byte,
item1 As Byte,
item2 As Byte,
item3 As Byte,
item4 As Byte,
item5 As Byte
)
public:
Vec6b(
unsigned char item0,
unsigned char item1,
unsigned char item2,
unsigned char item3,
unsigned char item4,
unsigned char item5
)
new :
item0 : byte *
item1 : byte *
item2 : byte *
item3 : byte *
item4 : byte *
item5 : byte -> Vec6b
OpenCvSharp.Vec6b = function(item0, item1, item2, item3, item4, item5);
Parameters
- item0
- Type: SystemByte
- item1
- Type: SystemByte
- item2
- Type: SystemByte
- item3
- Type: SystemByte
- item4
- Type: SystemByte
- item5
- Type: SystemByte
See Also