Thursday, March 12, 2009

WPF rendering steps

Here explains the rendering pipeline of WPF visual objects.
If we take a Visual object in WPF ,the rendering takes place as follows
  1. Render all children.
  2. Process OpacityMask.
  3. Process Opacity
  4. BitmapEffect
  5. Clip geometry
  6. GuidelineSet
  7. Transforms

More details here

No comments:

Post a Comment