Prado\Web\UI\WebControls\TRectangleHotSpot::getLeft PHP Méthode

getLeft() public méthode

public getLeft ( ) : integer
Résultat integer the X coordinate of the right side of the rectangle HotSpot region. Defaults to 0.
    public function getLeft()
    {
        return $this->getViewState('Left', 0);
    }