ImagickDraw::pathCurveToQuadraticBezierRelative
(PECL imagick 2, PECL imagick 3)
ImagickDraw::pathCurveToQuadraticBezierRelative — 二次ベジエ曲線を描画する
説明
public ImagickDraw::pathCurveToQuadraticBezierRelative(
float
float
float
float
): bool
float
$x1
,float
$y1
,float
$x
,float
$y
): bool
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
現在の点から (x,y) までの二次ベジエ曲線を描画します。 制御点を (x1,y1) とし、相対座標で指定します。このコマンドが終了した後は、 現在の位置は polybezier が使用する最後の (x,y) 座標の組となります。
パラメータ
x1
-
始点の x 座標。
y1
-
始点の y 座標。
x
-
終点の x 座標。
y
-
終点の y 座標。
戻り値
値を返しません。
+add a note
User Contributed Notes
There are no user contributed notes for this page.