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