12.07.2015 Views

MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics)

MATLAB Function Reference (Volume 2: Graphics)

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

ectangle propertiesHitTest{on} | offSelectable by mouse click. HitTest determines if the rectangle can become thecurrent object (as returned by the gco command and the figure CurrentObjectproperty) as a result of a mouse click on the rectangle. If HiTest is off, clickingon the rectangle selects the object below it (which may be the axes containingit).Interruptible{on} | offCallback routine interruption mode. The Interruptible property controlswhether a rectangle callback routine can be interrupted by subsequentlyinvoked callback routines. Only callback routines defined for theButtonDownFcn are affected by the Interruptible property. <strong>MATLAB</strong> checksfor events that can interrupt a callback routine only when it encounters adrawnow, figure, getframe, or pause command in the routine.LineStyle{−} | −− | : | −. | noneLine style. This property specifies the line style of the edges. The available linestyles are:Symbol−−−Line Stylesolid line (default)dashed line: dotted line−. dash-dot linenoneLineWidthno linescalarThe width of the rectangle object. Specify this value in points (1 point = 1 / 72inch). The default LineWidth is 0.5 points.Parenthandlerectangle’s parent. The handle of the rectangle object’s parent axes. You canmove a rectangle object to another axes by changing this property to the newaxes handle.2-397

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!