Class TRectangleHotSpot
Class TRectangleHotSpot.
TRectangleHotSpot defines a rectangle hot spot region in a TImageMap control.
| Method Summary |
|
integer
|
|
|
string
|
|
|
integer
|
|
|
integer
|
|
|
string
|
|
|
integer
|
|
|
void
|
|
|
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 |
getBottom
| public integer getBottom |
() |
| Output |
|
integer
| the Y coordinate of the bottom side of the rectangle HotSpot region. Defaults to 0. |
| Exception |
|
getCoordinates
| public string getCoordinates |
() |
| Output |
|
string
| coordinates defining this hotspot shape |
| Exception |
|
getLeft
| public integer getLeft |
() |
| Output |
|
integer
| the X coordinate of the right side of the rectangle HotSpot region. Defaults to 0. |
| Exception |
|
getRight
| public integer getRight |
() |
| Output |
|
integer
| the X coordinate of the right side of the rectangle HotSpot region. Defaults to 0. |
| Exception |
|
getShape
| public string getShape |
() |
| Output |
|
string
| shape of this hotspot. |
| Exception |
|
getTop
| Output |
|
integer
| the Y coordinate of the top side of the rectangle HotSpot region. Defaults to 0. |
| Exception |
|
setBottom
| public void setBottom |
(integer $value ) |
| Input |
| integer | $value | the Y coordinate of the bottom side of the rectangle HotSpot region. |
| Output |
| Exception |
|
setLeft
| public void setLeft |
(integer $value ) |
| Input |
| integer | $value | the X coordinate of the right side of the rectangle HotSpot region. |
| Output |
| Exception |
|
setRight
| public void setRight |
(integer $value ) |
| Input |
| integer | $value | the X coordinate of the right side of the rectangle HotSpot region. |
| Output |
| Exception |
|
setTop
| public void setTop |
(integer $value ) |
| Input |
| integer | $value | the Y coordinate of the top side of the rectangle HotSpot region. |
| Output |
| Exception |
|
|