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

MagickImage_BlackPointCompensation_Get() 개인적인 메소드

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