Class: Wx::FloodFillStyle

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/dc.rb

Overview

Flood styles used by DC#flood_fill.

Constant Summary collapse

FLOOD_SURFACE =

The flooding occurs until a colour other than the given colour is encountered.

Wx::FloodFillStyle.new(1)
FLOOD_BORDER =

The area to be flooded is bounded by the given colour.

Wx::FloodFillStyle.new(2)