The GxLineJoin enumeration contains types of joining consequently placed lines or curve segments in the shape.
It is used by the following property:
Value | Brief description |
0 | Miter - miter. The acute or the cut angle is implemented; this depends on whether the cut length exceeds the bound. |
1 | Bevel - bevel join. The diagonal angle is implemented. |
2 | Round - round join. The even circular arc is implemented between two lines. |
3 | MiterClipped - join in 45 degrees. The acute or cut angle is implemented and it depends on whether the cut length exceeds the bound. |
See also: