ImageMagick.DrawingWand.NativeMethods.X86.DrawingWand_PathSmoothQuadraticCurveToAbs C# (CSharp) Method

DrawingWand_PathSmoothQuadraticCurveToAbs() private method

private DrawingWand_PathSmoothQuadraticCurveToAbs ( IntPtr Instance, double x, double y, IntPtr &exception ) : void
Instance System.IntPtr
x double
y double
exception System.IntPtr
return void
        public static extern void DrawingWand_PathSmoothQuadraticCurveToAbs(IntPtr Instance, double x, double y, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X86