You are here

function pImage::getWidth in Visitors 7

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

File

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

Class

pImage

Code

function getWidth() {
  return $this->XSize;
}