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

DrawingWand_PathLineToHorizontalAbs() private method

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