Base:
3 references to ToString
System.Drawing.Common (3)
System\Drawing\Bitmap.cs (1)
191throw new ArgumentException(SR.Format(SR.GdiplusInvalidRectangle, rect.ToString()));
System\Drawing\Drawing2D\LinearGradientBrush.cs (2)
35throw new ArgumentException(SR.Format(SR.GdiplusInvalidRectangle, rect.ToString())); 62throw new ArgumentException(SR.Format(SR.GdiplusInvalidRectangle, rect.ToString()));