downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

ImagickDraw::pathCurveToQuadraticBezierSmoothAbsolute> <ImagickDraw::pathCurveToQuadraticBezierAbsolute
[edit] Last updated: Fri, 24 May 2013

view this page in

ImagickDraw::pathCurveToQuadraticBezierRelative

(PECL imagick 2.0.0)

ImagickDraw::pathCurveToQuadraticBezierRelativeDibuja una curva Bézier cuadrática

Descripción

bool ImagickDraw::pathCurveToQuadraticBezierRelative ( float $x1 , float $y1 , float $x , float $y )
Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Dibuja una curva Bézier cuadrática desde el punto actual a (x,y) usando (x1,y1) como el punto de control utilizando coordenadas relativas. Al final del comando, el nuevo punto actual se convierte en el par de coordenadas (x,y) usado en el Bezígono.

Parámetros

x1

coordenada x de inicio

y1

coordenada y de inicio

x

coordenada x final

y

coordenada y final

Valores devueltos

No devuelve ningún valor.



add a note add a note User Contributed Notes ImagickDraw::pathCurveToQuadraticBezierRelative - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites