ImageMagick.DrawingWand.NativeMethods.X86.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.X86Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X86