tags:

views:

16

answers:

0

Hi i am trying to implement a mspaint like application in wpf.I have successfully implemented most of the basic drawing functionalities by implementing a custom stroke class.Now i am trying to implement the Text inserting option from mspaint.I have tried to implement using DrawingContext.DrawText,it is working alright but when i save the strokes to an isf file and reloading the drawing,all the drawing is loaded but the text is not restored.Please help me on the same.