|
PHP5中文手册
ps_curveto(PECL ps:1.1.0-1.3.5) 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 Bezier curve described by the three given control points to the current path. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |