This is a discussion on SetClip and GraphicsPath...bug? - DOTNET ; Hi, I'm using a GraphicsPath via the SetClip method on a Graphics object, when I do this it seems to work for a while and then the GraphicsPath becomes invalid (I'm caching them to prevent re-creating them each time). This ...
Hi,
I'm using a GraphicsPath via the SetClip method on a Graphics object,
when I do this it seems to work for a while and then the GraphicsPath
becomes invalid (I'm caching them to prevent re-creating them each
time). This can occur while simlpy doing a scroll/ zoom or even drawing
edges around existing items. I've tried cloning and even wrapping the
GP in a region...still nothing..
Does anyone have any ideas?
Thanks,
Kieron