Class: Wx::FloodFillStyle
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)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #succ, #to_int, #to_s, #|, #~
Constructor Details
This class inherits a constructor from Wx::Enum
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wx::Enum