ImageMagick.MagickImage.NativeMethods.X64.MagickImage_BlueShift C# (CSharp) 메소드

MagickImage_BlueShift() 개인적인 메소드

private MagickImage_BlueShift ( IntPtr Instance, double factor, IntPtr &exception ) : IntPtr
Instance System.IntPtr
factor double
exception System.IntPtr
리턴 System.IntPtr
        public static extern IntPtr MagickImage_BlueShift(IntPtr Instance, double factor, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64