imoverviewpanel
Overview tool panel for image displayed in scroll panel
Description
Use the imoverviewpanel
function to add an Overview tool to
the same figure as an image contained in a scroll panel. The Overview tool is a
navigation aid when exploring a zoomed-in version of the image.
creates an Overview tool for an image displayed in a scroll panel.
hpanel
= imoverviewpanel(hparent
,himage
)himage
is a handle to the target image in the scroll panel.
hparent
is the handle to the figure or uipanel object that
will contain the Overview tool. hpanel
is the handle to the
Overview tool.
Examples
Input Arguments
Output Arguments
Tips
To create an Overview tool in a separate figure window, use
imoverview
. When created usingimoverview
, the Overview tool includes zoom-in and zoom-out buttons.
Version History
Introduced before R2006a