MATLAB Function Reference Previous page   Next Page
selectmoveresize

Select, move, resize, or copy axes and uicontrol graphics objects

Syntax

Description

selectmoveresize is useful as the callback routine for axes and uicontrol button down functions. When executed, it selects the object and allows you to move, resize, and copy it.

For example, this statement sets the ButtonDownFcn of the current axes to selectmoveresize:

A = selectmoveresize returns a structure array containing

See Also

The ButtonDownFcn of axes and uicontrol graphics objects

Object Manipulation for related functions


Previous page  selectmoveresize semilogx, semilogy Next page

© 1994-2005 The MathWorks, Inc.