ImageMagick.MagickImage.NativeMethods.X64.MagickImage_Fx C# (CSharp) Méthode

MagickImage_Fx() private méthode

private MagickImage_Fx ( IntPtr Instance, IntPtr expression, UIntPtr channels, IntPtr &exception ) : IntPtr
Instance System.IntPtr
expression System.IntPtr
channels System.UIntPtr
exception System.IntPtr
Résultat 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