You are here

function pDraw::drawFromJPG in Visitors 7.2

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

File

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

Class

pDraw

Code

function drawFromJPG($X, $Y, $FileName) {
  $this
    ->drawFromPicture(3, $FileName, $X, $Y);
}