GmagickDraw::polygon
PHP Manual
PHP Manual»GmagickDraw»GmagickDraw::polygon

GmagickDraw::polygon

(PECL gmagick >= Unknown)

GmagickDraw::polygonDraws a polygon

Опис

public function GmagickDraw::polygon(array $coordinates): GmagickDraw

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

Параметри

coordinates
coordinate array

Значення, що повертаються

The GmagickDraw object.

To Top