| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Set what the ends of lines look like
int PgSetStrokeCap( int cap );
This function determines how the ends of thick lines are drawn. You can set cap to one of the following:

Styles for capping lines.
The default is Pg_BUTT_CAP.
|  | The dotted lines in the above examples were added to illustrate how the caps relate to the original lines; they don't normally appear. | 
The previous cap value.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
PgDrawEllipse(), PgDrawLine(), PgDrawPolygon(), PgDrawRect(), PgDrawRoundRect(), PgSetStrokeDash(), PgSetStrokeJoin(), PgSetStrokeWidth()
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |