Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ PgSetStrokeJoin, PgSetStrokeJoinCx

Media Vault

Software Library

Restoration Projects

Artifacts Sought

PgSetStrokeJoin, PgSetStrokeJoinCx

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

PgSetStrokeJoin(), PgSetStrokeJoinCx()

Set how lines are joined

Synopsis:

int PgSetStrokeJoin( int join );

int PgSetStrokeJoinCx( PhGC_t *gc,
                       int join );

Library:

ph

Description:

These functions determine how thick lines are connected. You can set join to one of the following:

  • Pg_BEVEL_JOIN
  • Pg_BUTT_JOIN
  • Pg_MITER_JOIN -- the default.
  • Pg_QROUND_JOIN -- a quick simulated rounded joint.
  • Pg_ROUND_JOIN

line join styles


Styles for joining lines.


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

PgSetStrokeJoin() works on the current graphics context, while you can specify the graphics context gc for PgSetStrokeJoinCx().

Returns:

The previous join value.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PgDefaultStroke*(), PgDrawEllipse*(), PgDrawLine*(), PgDrawPolygon*(), PgDrawRect*(), PgDrawRoundRect*(), PgSetDrawMode*(), PgSetStrokeCap*(), PgSetStrokeColor*(), PgSetStrokeDash*(), PgSetStrokeDither*() PgSetStrokeTransPat*(), PgSetStrokeWidth*(), PgSetStrokeXORColor*(),

"Drawing attributes" and "Lines, pixels, and pixel arrays" in the Raw Drawing and Animation chapter of the Photon Programmer's Guide


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

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026