Posts Tagged ‘DrawingVisual’

Lightweight Drawing with DrawingVisuals: Part 2 of 2

December 19, 2007

I apologize for writing this entry almost a month after the first part of this series. I was busy making the Sun Launcher draggable in the Windows version of Jing (which was pushed yesterday). Yay!
Anyhow, in this entry I will teach you how to do lightweight drawing with DrawingVisuals. Most visuals in WPF derive from [...]

Lightweight Drawing with DrawingVisuals: Part 1 of 2

November 21, 2007

Because of WPF’s layout system, designing User Interfaces has become a much more creative, organic and powerful process. However, all this power comes at a price: it is easy to adversely affect rendering performance by making complex layouts. In this post I will explain why, and how using DrawingVisuals are one way to prevent [...]