You are here

function pChart::Render in Visitors 8

Same name and namespace in other branches
  1. 7.0 pchart/pChart.inc \pChart::Render()

File

pchart/pChart.inc, line 2449

Class

pChart

Code

function Render($FileName) {
  if ($this->ErrorReporting) {
    $this
      ->printErrors($this->ErrorInterface);
  }
  imagepng($this->Picture, $FileName);
}