serialization

nakracreative

Well-known member
Joined
Aug 1, 2005
Messages
72
Location
India
Programming Experience
1-3
I am using serialization to implement undo-redo. But i m getting error that System.Drawing.Drawing2D.GraphicsPath is not marked serializable.

I need mousePath for freehand drawing, therefore i m using Public mousePath As New System.Drawing.Drawing2D.GraphicsPath ?
How to solve this problem?
 
Back
Top