Drawing line using WPF WriteableBitmap.BackBuffer

Posted by adrin on Stack Overflow See other posts from Stack Overflow or by adrin
Published on 2010-06-08T19:31:04Z Indexed on 2010/06/08 19:52 UTC
Read the original article Hit count: 1309

Filed under:
|

Do you know any library that provides methods to draw simple shapes (lines and optionally other shapes) using WPF WriteableBitmap and ideally BackBuffer? I know that there is a WriteableBitmapEx project for silverlight but is there WPF equivalent?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about writeablebitmap