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