GoLang GmagickDraw::polygon

request it (230)
GoLang replacement for PHP's GmagickDraw::polygon [edit | history]



Do you know a GoLang replacement for PHP's GmagickDraw::polygon? Write it!

PHP GmagickDraw::polygon

PHP original manual for GmagickDraw::polygon [ show | php.net ]

GmagickDraw::polygon

(PECL gmagick >= Unknown)

GmagickDraw::polygonDraws a polygon

Description

public GmagickDraw GmagickDraw::polygon ( array $coordinates )

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

Parameters

coordinates

coordinate array

Return Values

The GmagickDraw object on success