Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 22449 программистов и 1027 роботов. Сейчас ищут 713 программистов ...
Приступая к работе

ps_curveto - Draws a curve

Вернуться к: PS Функции

ps_curveto

(PECL ps >= 1.1.0)

ps_curvetoDraws 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.

Список параметров

psdoc

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

x1

x-coordinate of first control point.

y1

y-coordinate of first control point.

x2

x-coordinate of second control point.

y2

y-coordinate of second control point.

x3

x-coordinate of third control point.

y3

y-coordinate of third control point.

Возвращаемые значения

Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.

Смотрите также



Вернуться к: PS Функции

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware