2 references to RECT
System.Windows.Forms (2)
misc\GDI\NativeMethods.cs (1)
187return new RECT(
misc\GDI\WindowsGraphics2.cs (1)
628IntNativeMethods.RECT rect = new IntNativeMethods.RECT(x, y, x + width, y + height );