Query: ps_curveto
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PS_CURVETO(3) 1 PS_CURVETO(3) ps_curveto - Draws a curveSYNOPSISbool ps_curveto (resource $psdoc, float $x1, float $y1, float $x2, float $y2, float $x3, float $y3)DESCRIPTIONAdd a section of a cubic Bezier curve described by the three given control points to the current path.PARAMETERSo $psdoc - Resource identifier of the postscript file as returned by ps_new(3). o $x1 - x-coordinate of first control point. o $y1 - y-coordinate of first control point. o $x2 - x-coordinate of second control point. o $y2 - y-coordinate of second control point. o $x3 - x-coordinate of third control point. o $y3 - y-coordinate of third control point.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOps_lineto(3). PHP Documentation Group PS_CURVETO(3)
| Related Man Pages |
|---|
| ps_shading(3) - php |
| openal_source_set(3) - php |
| ps_add_locallink(3) - php |
| ps_add_pdflink(3) - php |
| swf_lookat(3) - php |