images.roi.CuboidMovingEventData Class
Namespace: images.roi
Event data passed when cuboid ROI is moving
Description
The images.roi.CuboidMovingEventData
class is the class passed to
listeners when a Cuboid
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.CuboidMovingEventData
object and passes that object to the
listener callback function (the event handler).
The images.roi.CuboidMovingEventData
class is a handle
class.
Class Attributes
ConstructOnLoad | true |
HandleCompatible | true |
For information on class attributes, see Class Attributes.
Creation
The notify
handle class method creates an
images.roi.CuboidMovingEventData
object when called to trigger an event.
images.roi.CuboidMovingEventData
accepts no input arguments.
Properties
Examples
Version History
Introduced in R2019a