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

PgSetStrokeJoin()

Set how lines are joined

Synopsis:

int PgSetStrokeJoin( int join );

Description:

This function determines how thick lines are connected. You can set join to one of the following:


line join styles


Styles for joining lines.


The default is Pg_MITER_JOIN. Pg_QROUND_JOIN gives a quick simulated rounded join.


Note: The dotted lines in the above examples were added to illustrate how the joints relate to the original lines; they do not normally appear.

Returns:

The previous join value.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

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


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