images.ui.graphics.events.AnnotationMovedEventData Class
Namespace: images.ui.graphics.events
Superclasses: event.EventData
Event data is passed when annotation is moved
Renamed from images.ui.graphics3d.events.AnnotationMovedEventData in R2024b
Description
The images.ui.graphics.events.AnnotationMovedEventData
class is the class
passed to listeners when you move an annotation within a Viewer
object. When the object triggers an event using the notify
handle class method, MATLAB® assigns values to the properties of an AnnotationMovedEventData
object and passes that object to the listener callback function (the event handler).
The images.ui.graphics.events.AnnotationMovedEventData
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
AnnotationMovedEventData
object when called to trigger an event.
Properties
Examples
Version History
Introduced in R2024aSee Also
viewer3d
| Viewer Properties | Point
| Line