Posts Tagged ‘CreateRectRgn’

Creating Non-Rectangular Windows With Interop

November 13, 2007

In a previous post, I discussed why using layered windows in WPF incurred huge performance hits when rendered, and recommended developers to stay away with them if they could. As a rule of thumb, using transparency to make non-rectangular windows that will NOT be resizable, small, and contain only a few UI elements [...]