3 references to RECT
Microsoft.Private.Windows.Core (3)
Windows.Win32.RECT.g.cs (3)
40
this
(value.Left, value.Top, value.Right, value.Bottom)
45
this
(location.X, location.Y, unchecked(location.X + size.Width), unchecked(location.Y + size.Height))
60
new
RECT
(x, y, unchecked(x + width), unchecked(y + height));