Occurs when the spy glass is working.
Object.defineProperty(ImageViewerSpyGlassInteractiveMode.prototype,'drawImage',
get: function(),
set: function(value)
)
function drawImage.add(function(sender, e));
function drawImage.remove(function(sender, e));
drawImage: void;
ImageViewerSpyGlassInteractiveMode will fire this event while working. It is up to the implementers and listeners to draw the effect on the context.
For an example, refer to ImageViewerSpyGlassInteractiveMode.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | ImageViewerSpyGlassDrawImageEventArgs | The event data. |
ImageViewerSpyGlassInteractiveMode Class
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