Click or drag to resize

Vec6i Constructor

Initializer

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Vec6i(
	int item0,
	int item1,
	int item2,
	int item3,
	int item4,
	int item5
)

Parameters

item0
Type: SystemInt32

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

item1
Type: SystemInt32

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

item2
Type: SystemInt32

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

item3
Type: SystemInt32

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

item4
Type: SystemInt32

[Missing <param name="item4"/> documentation for "M:OpenCvSharp.Vec6i.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

item5
Type: SystemInt32

[Missing <param name="item5"/> documentation for "M:OpenCvSharp.Vec6i.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also