|
ps_curveto(PECL ps >= 1.1.0) ps_curveto — Draws a curve Описание
bool ps_curveto
( resource $psdoc
, float $x1
, float $y1
, float $x2
, float $y2
, float $x3
, float $y3
)
Add a section of a cubic B?zier curve described by the three given control points to the current path. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. |
|