function pDraw::drawFromJPG in Visitors 7.2
Same name and namespace in other branches
- 7 pChart/class/pDraw.class.php \pDraw::drawFromJPG()
File
- pChart/
class/ pDraw.class.php, line 1216
Class
Code
function drawFromJPG($X, $Y, $FileName) {
$this
->drawFromPicture(3, $FileName, $X, $Y);
}