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

search for in the

ImagickDraw::pathCurveToSmoothAbsolute> <ImagickDraw::pathCurveToQuadraticBezierSmoothRelative
Last updated: Fri, 03 Oct 2008

view this page in

ImagickDraw::pathCurveToRelative

(No version information available, might be only in CVS)

ImagickDraw::pathCurveToRelative三次ベジエ曲線を描画する

説明

bool ImagickDraw::pathCurveToRelative ( float $x1 , float $y1 , float $x2 , float $y2 , float $x , float $y )
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

現在の点から (x,y) までの三次ベジエ曲線を描画します。 曲線の開始位置の制御点を (x1,y1)、終了位置の制御点を (x2,y2) とし、それぞれ相対座標で指定します。このコマンドが終了した後は、 現在の位置は polybezier が使用する最後の (x,y) 座標の組となります。

パラメータ

x1

開始制御点の x 座標。

y1

開始制御点の y 座標。

x2

終了制御点の x 座標。

y2

終了制御点の y 座標。

x

終点の x 座標。

y

終点の y 座標。

返り値

値を返しません。



add a note add a note User Contributed Notes
ImagickDraw::pathCurveToRelative
There are no user contributed notes for this page.

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