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

MagickImage_BlackPointCompensation_Get() private method

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