Fills an area by flooding the color.
            
    Namespace: 
   SGP.Baltie2DAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
Parameters
- color
 - Type: System.Drawing..::.Color
A color. 
- boundaryColor
 - Type: System.Drawing..::.Color
A boundary color. 
- x
 - Type: System..::.Int32
The X coordinate of the starting point. 
- y
 - Type: System..::.Int32
The Y coordinate of the starting point. 
Remarks
            The method fills a surface with the colorcolor 
            from a starting point x, y to borders.
            The color of the surface borders differences from the color of a starting point.