Prado\Web\UI\WebControls\TRectangleHotSpot::getCoordinates PHP Méthode

getCoordinates() public méthode

public getCoordinates ( ) : string
Résultat string coordinates defining this hotspot shape
    public function getCoordinates()
    {
        return $this->getLeft() . ',' . $this->getTop() . ',' . $this->getRight() . ',' . $this->getBottom();
    }