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

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

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