You are here

function pDraw::drawFromPNG in Visitors 7.2

Same name and namespace in other branches
  1. 7 pChart/class/pDraw.class.php \pDraw::drawFromPNG()
1 call to pDraw::drawFromPNG()
pDraw::drawLegend in pChart/class/pDraw.class.php

File

pChart/class/pDraw.class.php, line 1208

Class

pDraw

Code

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