iptGetPointerBehavior() - Image Processing
pointerBehavior = iptGetPointerBehavior(h) returns
the pointer behavior structure associated with the Handle Graphics
object h. A pointer behavior structure contains
function handles that interact with a figure's pointer manager (see iptPointerManager)
to control what happens when the figure's mouse pointer moves over
and then exits the object. See iptSetPointerBehavior for
details.If h does not contain a pointer behavior
structure, iptGetPointerBehavior returns [].
Syntax
pointerBehavior = iptGetPointerBehavior(h)
Example
You can give an example if you know one.
Output / Return Value
Limitations
Alternatives / See Also
Reference