1 reference to CreateRectRgn
System.Windows.Forms (1)
misc\GDI\WindowsRegion.cs (1)
135
this.nativeHandle = IntSafeNativeMethods.
CreateRectRgn
(rect.X, rect.Y, rect.X+rect.Width, rect.Y+rect.Height);