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

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

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