ImageMagick.MagickImage.NativeMethods.X86.MagickImage_GifDisposeMethod_Set C# (CSharp) Méthode

MagickImage_GifDisposeMethod_Set() private méthode

private MagickImage_GifDisposeMethod_Set ( IntPtr instance, UIntPtr value ) : void
instance System.IntPtr
value System.UIntPtr
Résultat void
        public static extern void MagickImage_GifDisposeMethod_Set(IntPtr instance, UIntPtr value);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86