ps_setlinewidth> <ps_setlinecap
Last updated: Fri, 24 Feb 2012

ps_setlinejoin

(PECL ps >= 1.1.0)

ps_setlinejoinSets how contected lines are joined

Descrição

bool ps_setlinejoin ( resource $psdoc , int $type )

Sets how lines are joined.

Parâmetros

psdoc

Resource identifier of the postscript file as returned by ps_new().

type

The way lines are joined. Possible values are PS_LINEJOIN_MITER, PS_LINEJOIN_ROUND, or PS_LINEJOIN_BEVEL.

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.

Veja Também



User Contributed Notes
ps_setlinejoin
There are no user contributed notes for this page.

ps_setlinewidth> <ps_setlinecap
Last updated: Fri, 24 Feb 2012