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