ImageMagick.MagickSettings.NativeMethods.X64.MagickSettings_BackgroundColor_Get C# (CSharp) Méthode

MagickSettings_BackgroundColor_Get() private méthode

private MagickSettings_BackgroundColor_Get ( IntPtr instance ) : IntPtr
instance System.IntPtr
Résultat System.IntPtr
        public static extern IntPtr MagickSettings_BackgroundColor_Get(IntPtr instance);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]