Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Click-Interactive Panels >

ClickPane

ClickPane[image, func]
represents a clickable pane that displays as image and applies func to the x,y coordinates of each click within the pane.
ClickPane[image, {{xmin, ymin}, {xmax, ymax}}, func]
specifies the range of coordinates to use.
  • The image in a click pane can be a graphic or any other expression.
  • For a Graphics object g, ClickPane[g, func] by default takes the range of coordinates supplied to func to be the range of graphics coordinates corresponding to PlotRange in g.
  • For a general expression, ClickPane[expr, func] takes the range of coordinates to be 0 to 1 in each direction.
New in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team