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