Image_Graph_Fill_Gradient::drawGDPolygon()

Image_Graph_Fill_Gradient::drawGDPolygon() -- Draws fill element, shape: polygon

Synopsis

require_once '/Graph/Fill/Gradient.php';

void Image_Graph_Fill_Gradient::drawGDPolygon (resource &$img, array $pos)

Description

This package is not documented yet.

Parameter

resource &$img

GD-resource to draw to

array $pos

of array of int absolute positions of polygon-coordinates

Throws

throws no exceptions thrown

Note

This function can not be called statically.