nakracreative
Well-known member
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?
I need mousePath for freehand drawing, therefore i m using Public mousePath As New System.Drawing.Drawing2D.GraphicsPath ?
How to solve this problem?