ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_PathSmoothCurveToRel C# (CSharp) Метод

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

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