Package: images.roi
Event data passed when ROI is moving
The images.roi.ROIMovingEventData
class is the class passed to
listeners when a region-of-interest (ROI) is moving. When the ROI class triggers an event
using the notify
handle class method, MATLAB® assigns values to the properties of an
images.roi.ROIMovingEventData
object and passes that object to the
listener callback function (the event handler).
The images.roi.ROIMovingEventData
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.ROIMovingEventData
object when called to trigger an event.
images.roi.ROIMovingEventData
does not accept input arguments. Subclasses
of event.EventData
cannot pass arguments to the superclass constructor.
AssistedFreehand
| Circle
| Crosshair
| Cuboid
| Ellipse
| Freehand
| Line
| Point
| Polygon
| Polyline
| Rectangle