I want to write a function that work like magic wand tool dynamic in C# . Can I do ? Thanks
+4
A:
Yes.
Not good enough answer? Well, seriously - it is the only valid answer to your question.
TomTom
2010-10-07 10:36:51
A:
You need to make your question more specific.
As an aside, your gravatar looks kind of like a swastika!
Zac
2010-10-07 10:45:41
+1
A:
You basically need flood fill algorithm.
Use this:
http://www.codeproject.com/KB/GDI-plus/floodfillincsharp.aspx
http://www.codeproject.com/KB/GDI-plus/queuelinearfloodfill.aspx
Daniel Mošmondor
2010-10-07 11:09:42