function pDraw::drawFromGIF

5.x pDraw.class.php pDraw::drawFromGIF($X, $Y, $FileName)

File

inc/pchart/pchart/class/pDraw.class.php, line 1212

Class

pDraw

Code

function drawFromGIF($X, $Y, $FileName) 
 {
  $this->drawFromPicture(2, $FileName, $X, $Y);
}