Image_Graph_Data_Common::drawGD()

Image_Graph_Data_Common::drawGD() -- Draws diagram element

Synopsis

require_once '/Graph/Data/Common.php';

void Image_Graph_Data_Common::drawGD (resource &$img [, int $drawWhat = IMAGE_GRAPH_DRAW_FILLANDBORDER])

Description

This package is not documented yet.

Parameter

resource &$img

GD-resource to draw to

integer $drawWhat

choose what to draw; use constants IMAGE_GRAPH_DRAW_FILLANDBORDER, IMAGE_GRAPH_DRAW_JUSTFILL or IMAGE_GRAPH_DRAW_JUSTBORDER

Throws

throws no exceptions thrown

Note

This function can not be called statically.