|
Class TRectangleHotSpot
Class TRectangleHotSpot.
TRectangleHotSpot defines a rectangle hot spot region in a TImageMap
control.
-
TComponent
-
THotSpot
-
TRectangleHotSpot
Methods summary
public
string
|
#
getShape( )
Returns
string shape of this hotspot.
|
public
string
|
#
getCoordinates( )
Returns
string coordinates defining this hotspot shape
|
public
integer
|
#
getBottom( )
Returns
integer the Y coordinate of the bottom side of the rectangle HotSpot region. Defaults to
0.
|
public
|
#
setBottom( integer $value )
Parameters
- $value
integer the Y coordinate of the bottom side of the rectangle HotSpot region.
|
public
integer
|
#
getLeft( )
Returns
integer the X coordinate of the right side of the rectangle HotSpot region. Defaults to
0.
|
public
|
#
setLeft( integer $value )
Parameters
- $value
integer the X coordinate of the right side of the rectangle HotSpot region.
|
public
integer
|
#
getRight( )
Returns
integer the X coordinate of the right side of the rectangle HotSpot region. Defaults to
0.
|
public
|
#
setRight( integer $value )
Parameters
- $value
integer the X coordinate of the right side of the rectangle HotSpot region.
|
public
integer
|
#
getTop( )
Returns
integer the Y coordinate of the top side of the rectangle HotSpot region. Defaults to 0.
|
public
|
#
setTop( integer $value )
Parameters
- $value
integer the Y coordinate of the top side of the rectangle HotSpot region.
|
Methods inherited from THotSpot
getAccessKey(),
getAlternateText(),
getAttribute(),
getAttributes(),
getCausesValidation(),
getHasAttributes(),
getHotSpotMode(),
getNavigateUrl(),
getPostBackValue(),
getTabIndex(),
getTarget(),
getValidationGroup(),
getViewState(),
hasAttribute(),
removeAttribute(),
render(),
setAccessKey(),
setAlternateText(),
setAttribute(),
setCausesValidation(),
setHotSpotMode(),
setNavigateUrl(),
setPostBackValue(),
setTabIndex(),
setTarget(),
setValidationGroup(),
setViewState()
|
Methods inherited from TComponent
__call(),
__construct(),
__destruct(),
__get(),
__isset(),
__set(),
__sleep(),
__unset(),
__wakeup(),
addParsedObject(),
asa(),
attachBehavior(),
attachBehaviors(),
attachClassBehavior(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
clearBehaviors(),
createdOnTemplate(),
detachBehavior(),
detachBehaviors(),
detachClassBehavior(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
evaluateStatements(),
fxAttachClassBehavior(),
fxDetachClassBehavior(),
getAutoGlobalListen(),
getBehaviorsEnabled(),
getClassHierarchy(),
getEventHandlers(),
getListeningToGlobalEvents(),
getSubProperty(),
hasEvent(),
hasEventHandler(),
hasProperty(),
isa(),
listen(),
raiseEvent(),
setSubProperty(),
unlisten()
|
|