group/ungroup of graphic objects....
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hi friends..i want to group and ungroup graphic objects...am storing these objects in arraylist..so please help me....... txs in advance...
-
hi friends..i want to group and ungroup graphic objects...am storing these objects in arraylist..so please help me....... txs in advance...
hmmm... well if you need them to stay in your array then maybe you need to add a 'group id' property to your graphics object i would suggest a groupObject that contains a collection of graphics objects; Then you have a collection of groups rather than directly collecting graphics objects. Just one approach to think about
If only MySelf.Visible was more than just a getter...