Occurs when the user is performing rubber banding operation.
public event EventHandler<ImageViewerRubberBandEventArgs> RubberBandDelta Public Event RubberBandDelta As EventHandler(Of ImageViewerRubberBandEventArgs) public event EventHandler<ImageViewerRubberBandEventArgs> RubberBandDelta - (void)imageViewerRubberBandInteractiveMode:(LTImageViewerRubberBandInteractiveMode *)imageViewerRubberBandInteractiveModeworkingWithArgs:(LTImageViewerRubberBandEventArg *)args
add_RubberBandDelta(function(sender, e))remove_RubberBandDelta(function(sender, e))
The event handler receives an argument of type ImageViewerRubberBandEventArgs containing data related to this event. The following ImageViewerRubberBandEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Point1 | Gets or sets the location of the first point. |
| Point2 | Gets or sets the location of the second point. |
For an example, refer to ImageViewerRubberBandInteractiveMode.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
