ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_Bezier C# (CSharp) Method

DrawingWand_Bezier() private method

private DrawingWand_Bezier ( IntPtr Instance, IntPtr coordinates, UIntPtr length, IntPtr &exception ) : void
Instance System.IntPtr
coordinates System.IntPtr
length System.UIntPtr
exception System.IntPtr
return void
        public static extern void DrawingWand_Bezier(IntPtr Instance, IntPtr coordinates, UIntPtr length, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X64