8 references to DrawString
System.Drawing.Common (6)
System\Drawing\Graphics.cs (6)
1593DrawString(s, font, brush, new RectangleF(x, y, 0, 0), null); 1613DrawString(s, font, brush, new RectangleF(point.X, point.Y, 0, 0), null); 1638DrawString(s, font, brush, new RectangleF(x, y, 0, 0), format); 1662DrawString(s, font, brush, new RectangleF(point.X, point.Y, 0, 0), format); 1694/// <see cref="DrawString(ReadOnlySpan{char}, Font, Brush, RectangleF, StringFormat?)"/> overload that takes 1700DrawString(s, font, brush, layoutRectangle, null);
System.Drawing.Common.Tests (2)
mono\System.Drawing\GraphicsTests.cs (2)
2094g.DrawString("Test String".AsSpan(), _font, Brushes.Black, rect, fmt); 2110g.DrawString("Test String".AsSpan(), _font, Brushes.Black, rect, fmt);