tags:

views:

238

answers:

1

I'd like to write a piece of code which creates images similar in style to those rendered by 'Balsamiq Mockups' or 'yUML' using the .NET framework.

Can anybody tell me how to achieve the hand-drawn pencil effect using GDI+?

The text can obviously be done using the right font - my question is how to render the lines, boxes and circles.

Thanks!

+3  A: 
MusiGenesis
@MusiGenesis, seeing that SketchFlow is developed with WPF I would not think that you would be trading off much.
Sam Saffron