Base:
method
ToString
System.ValueType.ToString()
3 references to ToString
System.Drawing (3)
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (2)
105
throw new ArgumentException(SR.GetString(SR.GdiplusInvalidRectangle, rect.
ToString
()));
193
throw new ArgumentException(SR.GetString(SR.GdiplusInvalidRectangle, rect.
ToString
()));
commonui\System\Drawing\Bitmap.cs (1)
525
throw new ArgumentException(SR.GetString(SR.GdiplusInvalidRectangle, rect.
ToString
()));