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

PgDefaultStroke()

Reset stroke attribute to its system default

Synopsis:

void PgDefaultStroke( PhGC_t *GC );

Library:

ph

Description:

This function resets the stroke attribute portion of the provided graphics context to its system default.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PgDefaultGC(), PgDefaultFill(), PgDefaultText(), PgDefaultMode(), PgSetStrokeCap(), PgSetStrokeColor(), PgSetStrokeDash(), PgSetStrokeDither(), PgSetStrokeFWidth(), PgSetStrokeJoin(), PgSetStrokeTransPat(), PgSetStrokeWidth(), PgSetStrokeXORColor()

"Drawing attributes" in the Raw Drawing and Animation chapter of the Photon Programmer's Guide


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