You are here

function pImage::getHeight in Visitors 7

Same name and namespace in other branches
  1. 7.2 pChart/class/pImage.class.php \pImage::getHeight()

File

pChart/class/pImage.class.php, line 144

Class

pImage

Code

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