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

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

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