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();
    }