ImageMagick.DrawingWand.NativeMethods.X86.DrawingWand_PathSmoothQuadraticCurveToRel C# (CSharp) Метод

DrawingWand_PathSmoothQuadraticCurveToRel() приватный Метод

private DrawingWand_PathSmoothQuadraticCurveToRel ( IntPtr Instance, double x, double y, IntPtr &exception ) : void
Instance System.IntPtr
x double
y double
exception System.IntPtr
Результат void
        public static extern void DrawingWand_PathSmoothQuadraticCurveToRel(IntPtr Instance, double x, double y, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X86