0
kicks
Drawing Lines - Silverlight WriteableBitmap Extensions II
Rene Schulte wrote some fast DrawLine() extension methods for Silverlight's WriteableBitmap class to draw lines directly to the bitmap. This approach is 20-30 times faster than using UIElement Line. He also included a nice effect for demonstration and the full source code.