home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / GRAPHICS.DI$ / RBBOX.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  658 b   |  15 lines

  1. %RBBOX    Rubberband box.
  2. %    RECTF = RBBOX(RECTI, XY) tracks a rubberband box in the current
  3. %    figure, initialized with box RECTI, and starting the tracking at
  4. %    the point XY.  The mouse button must be help down when RBBOX is
  5. %    called.  RBBOX returns with the mouse up button event.  As a 
  6. %    result, RBBOX can be used in an M-file, along with 
  7. %    WAITFORBUTTONPRESS, to control dynamic behavior.
  8. %    RECTF is the rect specified by the initial point of RECTI and its 
  9. %    extent is determined by where the mouse up event occurs.
  10. %    RECTI, XY, RECTF are in units of the current figure.
  11.  
  12. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  13. %    Built-in function.
  14.  
  15.