Initializer
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Vec6s(
short item0,
short item1,
short item2,
short item3,
short item4,
short item5
)
Public Sub New (
item0 As Short,
item1 As Short,
item2 As Short,
item3 As Short,
item4 As Short,
item5 As Short
)
public:
Vec6s(
short item0,
short item1,
short item2,
short item3,
short item4,
short item5
)
new :
item0 : int16 *
item1 : int16 *
item2 : int16 *
item3 : int16 *
item4 : int16 *
item5 : int16 -> Vec6s
OpenCvSharp.Vec6s = function(item0, item1, item2, item3, item4, item5);
Parameters
- item0
- Type: SystemInt16
- item1
- Type: SystemInt16
- item2
- Type: SystemInt16
- item3
- Type: SystemInt16
- item4
- Type: SystemInt16
- item5
- Type: SystemInt16
See Also