Click or drag to resize

Vec4w Constructor

Initializer

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Vec4w(
	ushort item0,
	ushort item1,
	ushort item2,
	ushort item3
)

Parameters

item0
Type: SystemUInt16

[Missing <param name="item0"/> documentation for "M:OpenCvSharp.Vec4w.#ctor(System.UInt16,System.UInt16,System.UInt16,System.UInt16)"]

item1
Type: SystemUInt16

[Missing <param name="item1"/> documentation for "M:OpenCvSharp.Vec4w.#ctor(System.UInt16,System.UInt16,System.UInt16,System.UInt16)"]

item2
Type: SystemUInt16

[Missing <param name="item2"/> documentation for "M:OpenCvSharp.Vec4w.#ctor(System.UInt16,System.UInt16,System.UInt16,System.UInt16)"]

item3
Type: SystemUInt16

[Missing <param name="item3"/> documentation for "M:OpenCvSharp.Vec4w.#ctor(System.UInt16,System.UInt16,System.UInt16,System.UInt16)"]

See Also