Main Content

setVerticesDraggable

Set vertex behavior of ROI object

setVerticesDraggable is not recommended. With the new Polygon ROI, set the value of the InteractionsAllowed property instead. For more information, see Compatibility Considerations.

Description

setVerticesDraggable(h,TF) sets whether the vertices of the ROI object, h, can be dragged after placement.

Input Arguments

collapse all

ROI object, specified as an impoly object.

Polygon ROI vertices are draggable, specified as true or false.

Data Types: logical

Version History

Introduced in R2007b

expand all