getAspectRatio() public method

Get aspect ratio
public getAspectRatio ( ) : float
return float
 public function getAspectRatio()
 {
     $this->__load();
     return parent::getAspectRatio();
 }