Thread: deleting shapes
View Single Post

  #4 (permalink)  
Old 06-27-2008
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,122
Re: deleting shapes

Hi,

the AddShape method returns a shape object. You can declare a static or global varialbe that holds the object, or an array if you have many. Then you can use Delete method to delete individually.
Reply With Quote