Initializer
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Vec4w(
ushort item0,
ushort item1,
ushort item2,
ushort item3
)
Public Sub New (
item0 As UShort,
item1 As UShort,
item2 As UShort,
item3 As UShort
)
public:
Vec4w(
unsigned short item0,
unsigned short item1,
unsigned short item2,
unsigned short item3
)
new :
item0 : uint16 *
item1 : uint16 *
item2 : uint16 *
item3 : uint16 -> Vec4w
OpenCvSharp.Vec4w = function(item0, item1, item2, item3);
Parameters
- item0
- Type: SystemUInt16
- item1
- Type: SystemUInt16
- item2
- Type: SystemUInt16
- item3
- Type: SystemUInt16
See Also