Class: Wx::PenCap
Overview
The possible cap values of a Pen.
Todouse PENCAP_ prefix
Constant Summary collapse
- CAP_INVALID =
Wx::PenCap.new(-1)
- CAP_ROUND =
Wx::PenCap.new(130)
- CAP_PROJECTING =
Wx::PenCap.new(131)
- CAP_BUTT =
Wx::PenCap.new(132)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, #allbits?, #anybits?, #coerce, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, #real?, #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