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