Forum und email

ImagickDraw::polyline

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

ImagickDraw::polyline — Draws a polyline

Popis

bool ImagickDraw::polyline ( array $coordinates )
Warning

Táto funkcia nie je momentálne zdokumentovaná; je dostupný len zoznam argumentov.

Warning

Táto funkcia je EXPERIMENTÁLNA. Správanie tejto funkcie, názov tejto funkcie a hocičo iné zdokumentované o tejto funkcii sa môže zmeniť bez povšimnutia v budúcom vydaní PHP. Používajte túto funkcii na svoje vlastné riziko.

Draws a polyline using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates.

Parametre

coordinates

array of x and y coordinates: array( array( 'x' => 4, 'y' => 6 ), array( 'x' => 8, 'y' => 10 ) )

Vrátené hodnoty

Returns TRUE on success.