Reputation: 10648
is it possible to clear the graphic object without a clear method?
Upvotes: 1
Views: 305
Reputation: 1062770
Well, you could use FillRectangle / FillRegion, but Clear() is the obvious choice here.
FillRectangle
FillRegion
Clear()
Upvotes: 2