3 references to MaximumBuffer
System.Drawing.Common (3)
System\Drawing\BufferedGraphicsContext.cs (3)
54
throw new ArgumentException(SR.Format(SR.InvalidArgumentValue, nameof(
MaximumBuffer
), value), nameof(value));
185
return (targetBounds.Width * targetBounds.Height) > (
MaximumBuffer
.Width *
MaximumBuffer
.Height);