Package: images.roi
Event data passed when ROI is clicked
The images.roi.ROIClickedEventData
class is the class passed to
listeners when a region-of-interest (ROI) is clicked. When the ROI class triggers an event
using the notify
handle class method, MATLAB® assigns values to the properties of an
images.roi.ROIClickedEventData
object and passes that object to the
listener callback function (the event handler).
The images.roi.ROIClickedEventData
class is a handle
class.
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
The notify
handle class method creates an
images.roi.ROIClickedEventData
object when called to trigger an event.
images.roi.ROIClickedEventData
does not accept input arguments.
addlistener
| AssistedFreehand
| Circle
| Crosshair
| Cuboid
| Ellipse
| Freehand
| images.roi.ROIMovingEventData
| Line
| notify
| Point
| Polygon
| Polyline
| Rectangle