Because of the way the FloodFill algorithm works, I don't think it's possible to know in advance what area will be filled, except in particular cases, where you have more information than the algorithm requires. In fact, the algorithm only asks for the starting point and doesn't ask for any geometric information about the area to be examined.