NativeMethodscore_Mat_nSetS Method (IntPtr, Int32, Int32, Int16, Int32)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl,
ExactSpelling = true)]
public static int core_Mat_nSetS(
IntPtr obj,
int row,
int col,
short* 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,
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: SystemInt16*
- valsLength
- Type: SystemInt32
Return Value
Type:
Int32
See Also