www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/@xregGui/@scrollaxes/image.m

    function hImage = image(h, varargin)
%IMAGE Construct an image in the scrollaxes
%
%   HIMAGE = IMAGE(H, VARARGIN) calls the image constructor with the parent
%   set to be the scrollaxes.

%   Copyright 2008-2010 The MathWorks, Inc.

hImage = image(varargin{:}, 'Parent', h.AxesHandle);