This is an excerpt from Stack Overflow [Source]:
[quote= Tom Hawtin - tackline](There are other clip methods. You can also create a Graphics object from a Graphics object, and just go back to the original to “remove” the clip (remember to dispose of any Graphics objects you create).)
[/quote]
So, how do you create a new Graphics object (or clone) from an existing Graphics object?
EDIT:
I’m stupid. There’s a create() method in Graphics that makes a copy of itself. Just notice it the instant I leave this page. Scumbag Brain…