1 write to Width
System.Private.Windows.GdiPlus (1)
Windows\Win32\Graphics\GdiPlus\Rect.cs (1)
14
new() { X = rect.X, Y = rect.Y,
Width
= rect.Width, Height = rect.Height };
1 reference to Width
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
1823
return new SizeF(boundingBox.
Width
, boundingBox.Height);