Prado\Web\UI\WebControls\TPolygonHotSpot::getCoordinates PHP 메소드

getCoordinates() 공개 메소드

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