function pChart::Render in Visitors 7.0
Same name and namespace in other branches
- 8 pchart/pChart.inc \pChart::Render()
File
- pchart/
pChart.inc, line 2449
Class
Code
function Render($FileName) {
if ($this->ErrorReporting) {
$this
->printErrors($this->ErrorInterface);
}
imagepng($this->Picture, $FileName);
}