Class TCircleHotSpot
Class TCircleHotSpot.
TCircleHotSpot defines a circular hot spot region in a TImageMap control.
| Method Summary |
|
string
|
|
|
integer
|
|
|
string
|
|
|
integer
|
|
|
integer
|
|
|
void
|
|
|
void
|
|
|
void
|
|
| Methods Inherited From THotSpot |
|
THotSpot::getAccessKey(), THotSpot::getAlternateText(), THotSpot::getAttribute(), THotSpot::getAttributes(), THotSpot::getCausesValidation(), THotSpot::getHasAttributes(), THotSpot::getHotSpotMode(), THotSpot::getNavigateUrl(), THotSpot::getPostBackValue(), THotSpot::getTabIndex(), THotSpot::getTarget(), THotSpot::getValidationGroup(), THotSpot::getViewState(), THotSpot::hasAttribute(), THotSpot::removeAttribute(), THotSpot::render(), THotSpot::setAccessKey(), THotSpot::setAlternateText(), THotSpot::setAttribute(), THotSpot::setCausesValidation(), THotSpot::setHotSpotMode(), THotSpot::setNavigateUrl(), THotSpot::setPostBackValue(), THotSpot::setTabIndex(), THotSpot::setTarget(), THotSpot::setValidationGroup(), THotSpot::setViewState()
|
| Methods Inherited From TComponent |
|
TComponent::addParsedObject(), TComponent::attachEventHandler(), TComponent::canGetProperty(), TComponent::canSetProperty(), TComponent::createdOnTemplate(), TComponent::detachEventHandler(), TComponent::evaluateExpression(), TComponent::evaluateStatements(), TComponent::getEventHandlers(), TComponent::getSubProperty(), TComponent::hasEvent(), TComponent::hasEventHandler(), TComponent::hasProperty(), TComponent::raiseEvent(), TComponent::setSubProperty(), TComponent::__get(), TComponent::__set()
|
| Method Details |
getCoordinates
| public string getCoordinates |
() |
| Output |
|
string
| coordinates defining this hotspot shape |
| Exception |
|
getRadius
| public integer getRadius |
() |
| Output |
|
integer
| radius of the circular HotSpot region. Defaults to 0. |
| Exception |
|
getShape
| public string getShape |
() |
| Output |
|
string
| shape of this hotspot. |
| Exception |
|
getX
| Output |
|
integer
| the X coordinate of the center of the circular HotSpot region. Defaults to 0. |
| Exception |
|
getY
| Output |
|
integer
| the Y coordinate of the center of the circular HotSpot region. Defaults to 0. |
| Exception |
|
setRadius
| public void setRadius |
(integer $value ) |
| Input |
| integer | $value | radius of the circular HotSpot region. |
| Output |
| Exception |
|
setX
| public void setX |
(integer $value ) |
| Input |
| integer | $value | the X coordinate of the center of the circular HotSpot region. |
| Output |
| Exception |
|
setY
| public void setY |
(integer $value ) |
| Input |
| integer | $value | the Y coordinate of the center of the circular HotSpot region. |
| Output |
| Exception |
|
|