Fills an arbitrary area with the specified color
Name | Description | |
---|---|---|
FloodFill(Point, Brush, Color, FloodFillMode, Single) |
Fills an area of the display surface with the specified brush starting from specified point. |
|
FloodFill(PointF, Brush, Color, FloodFillMode, Single) |
Fills an area of the display surface with the specified brush starting from specified point. |
|
FloodFill(Int32, Int32, Brush, Color, FloodFillMode, Single) |
Fills an area of the display surface with the specified brush starting from specified point. |
|
FloodFill(Single, Single, Brush, Color, FloodFillMode, Single) |
Fills an area of the display surface with the specified brush starting from specified point. |
|
FloodFill(Point, Brush, Color, FloodFillMode, Single, Boolean, Boolean) |
Fills an area of the display surface with the specified brush starting from specified point. |
|
FloodFill(PointF, Brush, Color, FloodFillMode, Single, Boolean, Boolean) |
Fills an area of the display surface with the specified brush starting from specified point. |
|
FloodFill(Int32, Int32, Brush, Color, FloodFillMode, Single, Boolean, Boolean) |
Fills an area of the display surface with the specified brush starting from specified point. |
|
FloodFill(Single, Single, Brush, Color, FloodFillMode, Single, Boolean, Boolean) |
Fills an area of the display surface with the specified brush starting from specified point. |
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.