[Previous] [Contents] [Index] [Next]

PgSetStrokeCap()

Set what the ends of lines look like

Synopsis:

int PgSetStrokeCap( int cap );

Description:

This function determines how the ends of thick lines are drawn. You can set cap to one of the following:


line cap styles


Styles for capping lines.


The default is Pg_BUTT_CAP.


Note: The dotted lines in the above examples were added to illustrate how the caps relate to the original lines; they don't normally appear.

Returns:

The previous cap value.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PgDrawEllipse(), PgDrawLine(), PgDrawPolygon(), PgDrawRect(), PgDrawRoundRect(), PgSetStrokeDash(), PgSetStrokeJoin(), PgSetStrokeWidth()


[Previous] [Contents] [Index] [Next]