ImageMagick.MagickImage.NativeMethods.X64.MagickImage_HasAlpha_Get C# (CSharp) Method

MagickImage_HasAlpha_Get() private method

private MagickImage_HasAlpha_Get ( IntPtr instance, IntPtr &exception ) : bool
instance System.IntPtr
exception System.IntPtr
return bool
        public static extern bool MagickImage_HasAlpha_Get(IntPtr instance, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64