ImagickDraw::line
(No version information available, might be only in CVS)
ImagickDraw::line — 直線を描画する
説明
bool ImagickDraw::line
( float $sx
, float $sy
, float $ex
, float $ey
)
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
現在の描画色、透明度そして線幅を使用して画像上に直線を描画します。
パラメータ
- sx
-
開始位置の x 座標。
- sy
-
開始位置の y 座標。
- ex
-
終了位置の x 座標。
- ey
-
終了位置の y 座標。
返り値
値を返しません。
ImagickDraw::line
There are no user contributed notes for this page.
