|
-
July 30th, 2007, 10:10 PM
#1
adding GraphicsPath in an ArrayList?
May i know how to add GraphicsPath in an ArrayList?
I keep on getting errors. Please help!! Any simple solution will do.
Thanks
-
July 31st, 2007, 07:29 AM
#2
Re: adding GraphicsPath in an ArrayList?
Same as with the other objects
Code:
GraphicsPath g = newGraphicsPath();
ArrayList a = newArrayList();
a.Add(g);
Bogdan
If someone helped you then please Rate his post and mark the thread as Resolved
Please improve your messages appearance by using tags [ code] Place your code here [ /code]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|