Hi, Pardon me, if it is a silly question. Can you anyone tell me how the WinForms are rendered (the background mechanism) Also how is WPF Form are rendered. In simple, i want to know the rendering mechanism of WinForms and WPF Forms.
A:
Windows Forms renders its Forms using GDI+, while WPF renders its Windows using DirectX.
gehho
2010-05-12 09:22:18
A:
For WPF there is the WPF Rendering Overview or WPF Rendering Steps which states
- Render all children.
- Process OpacityMask.
- Process Opacity
- BitmapEffect
- Clip geometry
- GuidelineSet
- Transforms
Preet Sangha
2010-05-12 09:23:14
Thanks for you reply Preet!
Sathish
2010-05-12 10:09:23