ImageMagick.MagickSettings.NativeMethods.X86.MagickSettings_BackgroundColor_Get C# (CSharp) Метод

MagickSettings_BackgroundColor_Get() приватный Метод

private MagickSettings_BackgroundColor_Get ( IntPtr instance ) : IntPtr
instance System.IntPtr
Результат System.IntPtr
        public static extern IntPtr MagickSettings_BackgroundColor_Get(IntPtr instance);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]