PHP Класс Prado\Web\UI\WebControls\TPolygonHotSpot

TPolygonHotSpot defines a polygon hot spot region in a {@link TImageMap} control.
С версии: 3.0
Автор: Qiang Xue ([email protected])
Наследование: extends THotSpot
Показать файл Открыть проект

Открытые методы

Метод Описание
getCoordinates ( ) : string
getShape ( ) : string
setCoordinates ( $value )

Описание методов

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.

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

public getShape ( ) : string
Результат string shape of this hotspot.

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

public setCoordinates ( $value )