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

    function hLines = line(h, varargin)
%LINE Construct a line in the scrollaxes
%
%   HLINES = LINE(H, VARARGIN) calls the line constructor with the parent
%   set to be the scrollaxes.

%   Copyright 2008-2010 The MathWorks, Inc.

hLines = line(varargin{:}, 'Parent', h.AxesHandle);