I'm using .LoadEdits to load shapes into the image viewer. It doesn't not clear out the existing shapes, however, it just appends to them. For my purposes I need to completely replace the shapes.
The only way I've found to do this is to .Reset(), but that has a lot of side effects that don't work for me (for example resetting the zoom).
Is there any way to achieve this? If not, can we either get a method to clear the existing shapes, or a parameter for .LoadEdits which determines whether the shapes are a
This is sweet, thank you!