Class: Wx::PenJoin
Overview
The possible join values of a Pen.
Todouse PENJOIN_ prefix
Constant Summary collapse
- JOIN_INVALID =
Wx::PenJoin.new(-1)
- JOIN_BEVEL =
Wx::PenJoin.new(120)
- JOIN_MITER =
Wx::PenJoin.new(121)
- JOIN_ROUND =
Wx::PenJoin.new(122)
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