You are here

function pChart::drawFromPNG in Visitors 8

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

File

pchart/pChart.inc, line 2381

Class

pChart

Code

function drawFromPNG($FileName, $X, $Y, $Alpha = 100) {
  $this
    ->drawFromPicture(1, $FileName, $X, $Y, $Alpha);
}