| Vec3w Constructor |
Initializer
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Vec3w(
ushort item0,
ushort item1,
ushort item2
)
Public Sub New (
item0 As UShort,
item1 As UShort,
item2 As UShort
)
public:
Vec3w(
unsigned short item0,
unsigned short item1,
unsigned short item2
)
new :
item0 : uint16 *
item1 : uint16 *
item2 : uint16 -> Vec3w
Parameters
- item0
- Type: SystemUInt16
[Missing <param name="item0"/> documentation for "M:OpenCvSharp.Vec3w.#ctor(System.UInt16,System.UInt16,System.UInt16)"]
- item1
- Type: SystemUInt16
[Missing <param name="item1"/> documentation for "M:OpenCvSharp.Vec3w.#ctor(System.UInt16,System.UInt16,System.UInt16)"]
- item2
- Type: SystemUInt16
[Missing <param name="item2"/> documentation for "M:OpenCvSharp.Vec3w.#ctor(System.UInt16,System.UInt16,System.UInt16)"]
See Also