iptgetapi() - Image Processing
API = iptgetapi(h) returns
the API structure associated with handle h if there
is one. Otherwise, iptgetapi returns an empty array.To view functions that use this type of API, see immagbox, imdistline,
or imscrollpanel.
Syntax
API = iptgetapi(h)
Example
hFig = figure('Toolbar','none',...
'Menubar','none');
hIm = imshow('tape.png');
hSP = imscrollpanel(hFig,hIm);
api = iptgetapi(hSP);
api.setMagnification(2) % 2X = 200%
Output / Return Value
Limitations
Alternatives / See Also
Reference