| NativeMethodscore_Mat_nSetS Method (IntPtr, Int32, Int32, UInt16, Int32) | 
        
          
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntax[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static int core_Mat_nSetS(
	IntPtr obj,
	int row,
	int col,
	ushort* vals,
	int valsLength
)Visual Basic does not support APIs that consume or return unsafe types.
public:
[DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, 
	ExactSpelling = true)]
static int core_Mat_nSetS(
	IntPtr obj, 
	int row, 
	int col, 
	unsigned short* vals, 
	int valsLength
)
F# does not support APIs that consume or return unsafe types.
JavaScript does not support APIs that consume or return unsafe types.
Parameters
- obj
- Type: SystemIntPtr
 
- row
- Type: SystemInt32
 
- col
- Type: SystemInt32
 
- vals
- Type: SystemUInt16*
 
- valsLength
- Type: SystemInt32
 
Return Value
Type: 
Int32 See Also
See Also