Initializer
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic Vec2s(
	short item0,
	short item1
)
Public Sub New ( 
	item0 As Short,
	item1 As Short
)
public:
Vec2s(
	short item0, 
	short item1
)
new : 
        item0 : int16 * 
        item1 : int16 -> Vec2sOpenCvSharp.Vec2s = function(item0, item1);
Parameters
- item0
- Type: SystemInt16
 
- item1
- Type: SystemInt16
 
 See Also
See Also