The event containing information regarding the resizing of the annotation
The configuration of the resize behavior or undefined for default behavior.
OptionalmaintainAspectRatio?: booleanSet to true to keep aspect ratio while resizing.
OptionalmaxHeight?: numberMaximum height of the annotation while resizing.
OptionalmaxWidth?: numberMaximum width of the annotation while resizing.
OptionalminHeight?: numberMinimum height of the annotation while resizing.
OptionalminWidth?: numberMinimum width of the annotation while resizing.
This callback is called whenever an annotation is about to be resized. You can use it to control resize behavior.