ImageMagick.DrawingWand.NativeMethods.X64.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.X64Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X64