Hi,
I'm wondering, whether is there any other methods to save the shape into a file?
Meaning that I've already drag few shape and I wanted to save all the shapes, their position, their colour.
What I'm thinking now is, getting all the shape's coordinate, colours, size and save it into a text file.
Then when loading the file, I need to recreate all the shape based on the information of the text file.
Is there any other method in C# which make my saving shape easier?? Such as save with other format, then enable me to load the file easier??
Regards,
Kar Hong