function pImage::getHeight

5.x pImage.class.php pImage::getHeight()

File

inc/pchart/pchart/class/pImage.class.php, line 144

Class

pImage

Code

function getHeight() 
 {
  return ($this->YSize);
}