June 2004 - Posts
While browsing around I stumbled into this site http://pupius.co.uk/download/articles/bezier_curves/ Simple yet interesting effects.
Read More...
This can happen to anyone. At least it happened to 2 of my collegues recently. Since it's more and more frequent these days, I thought I need to write something about it. If you are interest, click here .
Read More...
DrawingContext is Avalon's equivalent of hdc (handle to device context) in Win32 programming or Graphics in GDI+. It provides us with low level calls to render/draw on the surface (screen/print/other visuals). Here's a list of useful draw method in DrawingContext:
Read More...