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

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

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