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 =
The intersection of two lines will have a diagonal edge “cut” into it.
Wx::PenJoin.new(120)
- JOIN_MITER =
The intersection of two lines will have a sharp corner.
Wx::PenJoin.new(121)
- JOIN_ROUND =
The intersection of two lines will have a rounded edge.
Wx::PenJoin.new(122)
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