Hi in older versions of .NET if you had a System.Drawing.Imaging.Bitmap you could get reference to the Bitmap's Graphics object and draw shapes, lines, etc. on it. Is there a way to do something similar with the newer BitmapImage? If so please provide a small piece of code and/or a link.
Thanks,
David