ImageMagick.MagickRectangle.NativeMethods.X64.MagickRectangle_Width_Set C# (CSharp) Method

MagickRectangle_Width_Set() private method

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