function pImage::getHeight in Visitors 7.2
Same name and namespace in other branches
- 7 pChart/class/pImage.class.php \pImage::getHeight()
File
- pChart/
class/ pImage.class.php, line 144
Class
Code
function getHeight() {
return $this->YSize;
}