ImageMagick.MagickSettings.NativeMethods.X64.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.X64Name, CallingConvention = CallingConvention.Cdecl)]