NativeMethodsimgproc_Subdiv2D_getEdge Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int imgproc_Subdiv2D_getEdge( IntPtr obj, int edge, int nextEdgeType )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_Subdiv2D_getEdge ( obj As IntPtr, edge As Integer, nextEdgeType As Integer ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int imgproc_Subdiv2D_getEdge( IntPtr obj, int edge, int nextEdgeType )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_Subdiv2D_getEdge : obj : IntPtr * edge : int * nextEdgeType : int -> int
OpenCvSharp.NativeMethods.imgproc_Subdiv2D_getEdge = function(obj, edge, nextEdgeType);