| Image Processing Toolbox™ | ![]() |
API = iptgetapi(h)
API = iptgetapi(h) returns the API structure associated with handle h if there is one. Otherwise, iptgetapi returns an empty array.
For more information about handle APIs, see the help for immagbox, impositionrect, or imscrollpanel.
hFig = figure('Toolbar','none',...
'Menubar','none');
hIm = imshow('tape.png');
hSP = imscrollpanel(hFig,hIm);
api = iptgetapi(hSP);
api.setMagnification(2) % 2X = 200%immagbox, imrect, imscrollpanel
![]() | iptdemos | iptGetPointerBehavior | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |