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

getCoordinates() public méthode

public getCoordinates ( ) : string
Résultat string coordinates of the vertices defining the polygon. Coordinates are concatenated together with comma ','. Each pair represents (x,y) of a vertex.
    public function getCoordinates()
    {
        return $this->getViewState('Coordinates', '');
    }