You are here

function pDraw::drawFromGIF in Visitors 7.2

Same name and namespace in other branches
  1. 7 pChart/class/pDraw.class.php \pDraw::drawFromGIF()

File

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

Class

pDraw

Code

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