May i know how to add GraphicsPath in an ArrayList?
I keep on getting errors. Please help!! Any simple solution will do.
Thanks
Printable View
May i know how to add GraphicsPath in an ArrayList?
I keep on getting errors. Please help!! Any simple solution will do.
Thanks
Same as with the other objects
Code:GraphicsPath g = newGraphicsPath();
ArrayList a = newArrayList();
a.Add(g);