2 references to DrawRectangle
System.Drawing.Common (2)
System\Drawing\Graphics.cs (2)
713
public void DrawRectangle(Pen pen, RectangleF rect) =>
DrawRectangle
(pen, rect.X, rect.Y, rect.Width, rect.Height);
753
=>
DrawRectangle
(pen, (float)x, y, width, height);