ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_PathLineToVerticalRel C# (CSharp) Метод

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

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