Method FloodFill
FloodFill(Brush, PointD)
Flood fills the drawing surface starting from the given point, using the given brush.
public override void FloodFill(Brush brush, PointD point)Parameters
- brushBrush
- Brush to fill the surface with. Only SolidBrush objects are supported at the moment. 
- pointPointD
- The point to start filling from. 
Exceptions
- ArgumentNullException
- brushis null.
- ArgumentException
- brushis not SolidBrush