Prado\Web\UI\WebControls\TCircleHotSpot::getCoordinates PHP Метод

getCoordinates() публичный Метод

public getCoordinates ( ) : string
Результат string coordinates defining this hotspot shape
    public function getCoordinates()
    {
        return $this->getX() . ',' . $this->getY() . ',' . $this->getRadius();
    }