Prado\Web\UI\WebControls\TCircleHotSpot::getRadius PHP Méthode

getRadius() public méthode

public getRadius ( ) : integer
Résultat integer radius of the circular HotSpot region. Defaults to 0.
    public function getRadius()
    {
        return $this->getViewState('Radius', 0);
    }