ImageMagick.MagickRectangle.NativeMethods.X86.MagickRectangle_Width_Set C# (CSharp) Méthode

MagickRectangle_Width_Set() private méthode

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