Prado\Web\UI\WebControls\TPolygonHotSpot::getCoordinates PHP Method

getCoordinates() public method

public getCoordinates ( ) : string
return 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', '');
    }