Prado\Web\UI\WebControls\TRectangleHotSpot::getLeft PHP Метод

getLeft() публичный Метод

public getLeft ( ) : integer
Результат integer the X coordinate of the right side of the rectangle HotSpot region. Defaults to 0.
    public function getLeft()
    {
        return $this->getViewState('Left', 0);
    }