tags:

views:

121

answers:

2

I did a little research and I didn't find a way, anyone know?

c# or vb.net

+1  A: 

Are you looking for a flood fill algorithm? Check this for example: Flood Fill Algorithms in C# and GDI+

Groo
A: 

In the end I used this code

Fredou