ImageMagick.MagickImage.NativeMethods.X86.MagickImage_IsOpaque_Get C# (CSharp) 메소드

MagickImage_IsOpaque_Get() 개인적인 메소드

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