Occurs when the interpolator state changes.
Object.defineProperty(ImageViewer.prototype,'interpolation',
get: function(),
set: function(value)
)
function interpolation.add(function(sender, e));
function interpolation.remove(function(sender, e));
interpolation: void;
This event will fire by the interpolator when the state of the operation changes.
For more information, refer to Image Viewer Interpolation.
For an example, refer to InterpolationMode.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | InterpolationEventArgs | The event data. |
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