| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Set how lines are joined
int PgSetStrokeJoin( int join );
This function determines how thick lines are connected. You can set join to one of the following:

Styles for joining lines.
The default is Pg_MITER_JOIN. Pg_QROUND_JOIN gives a quick simulated rounded join.
|  | The dotted lines in the above examples were added to illustrate how the joints relate to the original lines; they do not normally appear. | 
The previous join value.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
PgDrawEllipse(), PgDrawLine(), PgDrawPolygon(), PgDrawRect(), PgDrawRoundRect(), PgSetStrokeCap(), PgSetStrokeDash(), PgSetStrokeWidth()
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |