ImageMagick.DrawingWand.NativeMethods.X86.DrawingWand_PathLineToHorizontalRel C# (CSharp) Méthode

DrawingWand_PathLineToHorizontalRel() private méthode

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