NativeMethodscore_OutputArray_getScalar Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static Scalar core_OutputArray_getScalar( IntPtr oa )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_OutputArray_getScalar ( oa As IntPtr ) As Scalar
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static Scalar core_OutputArray_getScalar( IntPtr oa )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_OutputArray_getScalar : oa : IntPtr -> Scalar
OpenCvSharp.NativeMethods.core_OutputArray_getScalar = function(oa);