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