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
brushBrushBrush to fill the surface with. Only SolidBrush objects are supported at the moment.
pointPointDThe point to start filling from.
Exceptions
- ArgumentNullException
brushis null.- ArgumentException
brushis not SolidBrush