ps_curveto

(PECL)

ps_curveto -- Draws a curve

Descrizione

bool ps_curveto ( resource psdoc, float x1, float y1, float x2, float y2, float x3, float y3 )

Draws a curve described by the three given points.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.

Vedere anche:

ps_lineto()