ImageMagick.MagickImage.NativeMethods.X86.MagickImage_HasAlpha_Get C# (CSharp) Méthode

MagickImage_HasAlpha_Get() private méthode

private MagickImage_HasAlpha_Get ( IntPtr instance, IntPtr &exception ) : bool
instance System.IntPtr
exception System.IntPtr
Résultat bool
        public static extern bool MagickImage_HasAlpha_Get(IntPtr instance, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86