Class: Wx::PenJoin
- Inherits:
-
Enum
- Object
- Enum
- Wx::PenJoin
- Defined in:
- lib/wx/doc/gen/pen.rb
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)