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

MagickImage_HasAlpha_Get() 개인적인 메소드

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