Prado\Web\UI\WebControls\TRectangleHotSpot::getRight PHP 메소드

getRight() 공개 메소드

public getRight ( ) : integer
리턴 integer the X coordinate of the right side of the rectangle HotSpot region. Defaults to 0.
    public function getRight()
    {
        return $this->getViewState('Right', 0);
    }