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

MagickImage_Fx() 개인적인 메소드

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