2 references to Size
System.Windows.Forms (2)
misc\GDI\WindowsGraphics2.cs (1)
522
return rect.
Size
;
misc\GDI\WindowsRegion.cs (1)
196
return new Rectangle(new Point(rect.left, rect.top), rect.
Size
);