Leadtools.Controls Namespace : InterpolationStatus Enumeration |
Leadtools.Controls.InterpolationStatus = function() { };
Leadtools.Controls.InterpolationStatus.prototype = {
started = 0,
completed = 1,
aborted = 2,
error = 3,
};
Value | Member | Description |
---|---|---|
0 | started | New interpolation has started. |
1 | completed | Interpolation has completed successful and the image is updated. |
2 | aborted | Interpolation has been aborted successfuly either because another render has occured or by user interaction. |
3 | error | An error has occured and interpolation has been aborted. |
For more information, refer to Image Viewer Interpolation.
For an example, refer to InterpolationMode.