ImageMagick.DrawingWand.NativeMethods.X64.DrawingWand_BorderColor C# (CSharp) 메소드

DrawingWand_BorderColor() 개인적인 메소드

private DrawingWand_BorderColor ( IntPtr Instance, IntPtr value, IntPtr &exception ) : void
Instance System.IntPtr
value System.IntPtr
exception System.IntPtr
리턴 void
        public static extern void DrawingWand_BorderColor(IntPtr Instance, IntPtr value, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
DrawingWand.NativeMethods.X64