|
Class TCircleHotSpot
Class TCircleHotSpot.
TCircleHotSpot defines a circular hot spot region in a TImageMap
control.
-
TComponent
-
THotSpot
-
TCircleHotSpot
Methods summary
public
string
|
#
getShape( )
Returns
string shape of this hotspot.
|
public
string
|
#
getCoordinates( )
Returns
string coordinates defining this hotspot shape
|
public
integer
|
#
getRadius( )
Returns
integer radius of the circular HotSpot region. Defaults to 0.
|
public
|
#
setRadius( integer $value )
Parameters
- $value
integer radius of the circular HotSpot region.
|
public
integer
|
#
getX( )
Returns
integer the X coordinate of the center of the circular HotSpot region. Defaults to 0.
|
public
|
#
setX( integer $value )
Parameters
- $value
integer the X coordinate of the center of the circular HotSpot region.
|
public
integer
|
#
getY( )
Returns
integer the Y coordinate of the center of the circular HotSpot region. Defaults to 0.
|
public
|
#
setY( integer $value )
Parameters
- $value
integer the Y coordinate of the center of the circular 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()
|
|