constructor Image_Graph::Image_Graph()

constructor Image_Graph::Image_Graph() -- Constructor for the class

Synopsis

require_once '/Graph.php';

void& constructor Image_Graph::Image_Graph (int $width, int $height [, int $pos_x = 0 [, int $pox_y = 0]])

Description

This package is not documented yet.

Parameter

integer $width

width of graph-image

integer $height

height of graph-image

integer $pos_x

x-position of graph-image

integer $pox_y

y-position of graph-image

Throws

throws no exceptions thrown

Note

This function can not be called statically.