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

search for in the

ImagickDraw::pop> <ImagickDraw::polygon
Last updated: Fri, 30 Jan 2009

view this page in

ImagickDraw::polyline

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

ImagickDraw::polyline線分群を描画する

説明

bool ImagickDraw::polyline ( array $coordinates )
警告

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

現在の線と線幅、そして塗りつぶし色あるいはテクスチャを使用して、 指定した座標配列から線分群を描画します。

パラメータ

coordinates

x 座標および y 座標の配列。 array( array( 'x' => 4, 'y' => 6 ), array( 'x' => 8, 'y' => 10 ) ) のような形式となります。

返り値

成功した場合に TRUE を返します。



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

ImagickDraw::pop> <ImagickDraw::polygon
Last updated: Fri, 30 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites