Utility class containing constants.
Represents the join styles of a line.
Field Summary |
const int | ROUND | |
Round joint
|
const int | BEVEL | |
Bevel joint
|
const int | MITER | |
Miter joint
|
const int | NONE | |
None joint
|
-
Field Detail
ROUND
const int ROUND
Round joint
BEVEL
const int BEVEL
Bevel joint
MITER
const int MITER
Miter joint
NONE
const int NONE
None joint