Draws and pans a spy glass on the viewer.
function lt.Controls.ImageViewerSpyGlassInteractiveMode
extends lt.Controls.ImageViewerInteractiveMode
class lt.Controls.ImageViewerSpyGlassInteractiveMode()
extends lt.Controls.ImageViewerInteractiveMode
ImageViewerSpyGlassInteractiveMode derives from ImageViewerInteractiveMode and subscribes to the following events of the InteractiveService:
ImageViewerSpyGlassInteractiveMode interactive mode does not perform any action on the viewer (besides drawing the the spy glass). It is up to the user to implement any custom operation required. For example, to implement a magnify glass. ImageViewerMagnifyGlassInteractiveMode derives from ImageViewerSpyGlassInteractiveMode and overrides the OnDrawImage method to draw a magnified version of the area under the spy glass.
ImageViewerSpyGlassInteractiveMode works as follows:
When DragStarted is received, a temporary HTML5 Canvas Element is created on top of the viewer, this
canvas
is used to draw the spy glass.
Note that if you set your own canvas
into the InteractiveModeCanvas property, then this object
will not create a canvas
(and nor use the above properties), instead, your canvas
will be used as the surface for spy glass.
When DragDelta is received, the temporary canvas
is moved to the current position. The
ImageViewerSpyGlassInteractiveMode.DrawImage event is fired at this time
to allow implementers and listeners to perform any custom operation on the spy glass surface.
When DragCompleted is received, the temporary canvas
is removed.
ImageViewerSpyGlassInteractiveMode also supports redirecting the output to an external canvas
instead of the viewer
surface, for an example, refer to RedirectCanvas.
ImageViewerSpyGlassInteractiveMode and ImageViewerMagnifyGlassInteractiveMode do not work when the image viewer
is in Elements Mode since the viewer does not paint the items.
This example will use ImageViewerSpyGlassInteractiveMode to show an inverted portion of the image under the mouse.
Start with the ImageViewer example, remove all the code inside the example function (search for the "// TODO: add example code here" comment) and insert the following code:
this._imageViewer.interactiveModes.clearItems();
this._imageViewer.interactiveModes.beginUpdate();
var spyGlass = new lt.Controls.ImageViewerSpyGlassInteractiveMode();
spyGlass.backgroundColor = "rgba(255, 255, 0, 0.5)";
spyGlass.autoItemMode = lt.Controls.ImageViewerAutoItemMode.autoSet;
spyGlass.ensureVisible = false;
this._imageViewer.interactiveModes.add(spyGlass);
this._imageViewer.interactiveModes.endUpdate();
Products |
Support |
Feedback: ImageViewerSpyGlassInteractiveMode Object - Leadtools.Controls |
Introduction |
Help Version 19.0.2017.3.21
|
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
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.