Initializer
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic Vec2w(
	ushort item0,
	ushort item1
)
Public Sub New ( 
	item0 As UShort,
	item1 As UShort
)
public:
Vec2w(
	unsigned short item0, 
	unsigned short item1
)
new : 
        item0 : uint16 * 
        item1 : uint16 -> Vec2wOpenCvSharp.Vec2w = function(item0, item1);
Parameters
- item0
- Type: SystemUInt16
 
- item1
- Type: SystemUInt16
 
 See Also
See Also