Forum und email

ImagickDraw::polygon

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

ImagickDraw::polygon — Draws a polygon

Popis

bool ImagickDraw::polygon ( 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 polygon using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates.

Parametre

coordinates

multidimensional array like array( array( 'x' => 3, 'y' => 4 ), array( 'x' => 2, 'y' => 6 ) );

Vrátené hodnoty

Returns TRUE on success.