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