| | Re: Rotate Window - MSDN Forums |
 | | If you have a normal, full window WPF application, that is, not a browser-hosted application or a control in a child window, then at that point the entire window is being drawn by WPF. |
 | | When it comes to exposing a way for applications to more premanently set their window properties, things are trickier because we have to worry about all other APIs that manipulate windows, as well as mouse input and the behavior of those windows when the desktop compositor is turned off. |
 | | So, the DWM can definitely implement visually all kinds of interesting effects, but that capability isn't exposed to applications because other subsystems that we haven't replaced in Windows Vista aren't able to deal with arbitrarily rotated or skewed windows (let alone windows mapped to 3D surfaces). |
| forums.microsoft.com /MSDN/ShowPost.aspx?PostID=209560&SiteID=1 (1040 words) |