This documentation is for the old version. Go to the latest Graphics Mill docs

GdiGraphics.FloodFill Method

Fills an arbitrary area with the specified color

Overload List

Name Description
Public method FloodFill(Point, Brush, Color, FloodFillMode, Single)

Fills an area of the display surface with the specified brush starting from specified point.

Public method FloodFill(PointF, Brush, Color, FloodFillMode, Single)

Fills an area of the display surface with the specified brush starting from specified point.

Public method FloodFill(Int32, Int32, Brush, Color, FloodFillMode, Single)

Fills an area of the display surface with the specified brush starting from specified point.

Public method FloodFill(Single, Single, Brush, Color, FloodFillMode, Single)

Fills an area of the display surface with the specified brush starting from specified point.

Public method FloodFill(Point, Brush, Color, FloodFillMode, Single, Boolean, Boolean)

Fills an area of the display surface with the specified brush starting from specified point.

Public method FloodFill(PointF, Brush, Color, FloodFillMode, Single, Boolean, Boolean)

Fills an area of the display surface with the specified brush starting from specified point.

Public method FloodFill(Int32, Int32, Brush, Color, FloodFillMode, Single, Boolean, Boolean)

Fills an area of the display surface with the specified brush starting from specified point.

Public method FloodFill(Single, Single, Brush, Color, FloodFillMode, Single, Boolean, Boolean)

Fills an area of the display surface with the specified brush starting from specified point.

Remarks

Note

Flood fill can be applied only at GdiGraphics which is associated with Bitmap. If you try to apply it at GdiGraphics associated with device context, method will throw an exception.

See Also

Reference