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