Click or drag to resize

Vec2w Constructor

Initializer

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

Parameters

item0
Type: SystemUInt16

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

item1
Type: SystemUInt16

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

See Also