3 references to Inflate
System.Drawing.Primitives (2)
System\Drawing\RectangleF.cs (2)
242
public void Inflate(SizeF size) =>
Inflate
(size.Width, size.Height);
250
r.
Inflate
(x, y);
System.Windows.Forms (1)
System\Windows\Forms\Layout\TableLayout.cs (1)
114
displayRect.
Inflate
(-(cellBorderWidth / 2.0f), -(cellBorderWidth) / 2.0f);