function pDraw::drawFromPNG

5.x pDraw.class.php pDraw::drawFromPNG($X, $Y, $FileName)
1 call to pDraw::drawFromPNG()
pDraw::drawLegend in inc/pchart/pchart/class/pDraw.class.php

File

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

Class

pDraw

Code

function drawFromPNG($X, $Y, $FileName) 
 {
  $this->drawFromPicture(1, $FileName, $X, $Y);
}