Represents a LEADTOOLS magnify glass object for "zooming in" a portion of an image.
public class MagnifyGlass : DependencyObject Public Class MagnifyGlassInherits System.Windows.DependencyObject
public ref class MagnifyGlass : public System.Windows.DependencyObject The MagnifyGlass is used to "zoom in" a portion of an image displayed in the ImageViewer or RasterImageViewer controls when the controls InteractiveMode is set to InteractiveMode.MagnifyGlass.
When the user clicks inside the control associated with the MagnifyGlass object, the portion of the image around the mouse cursor will be zoomed in. While still clicking down, if the user moves the mouse cursor, inside the control, the zoomed in portion will change according to the mouse position showing the current portion under the cursor.
using Leadtools.Help;using Leadtools.Windows.Controls;MagnifyGlass magnifyGlass = new MagnifyGlass();
Imports Leadtools.Windows.ControlsDim magnifyGlass As MagnifyGlass = New MagnifyGlass()
using Leadtools.Help;using Leadtools.Windows.Controls;MagnifyGlass magnifyGlass = new MagnifyGlass();
Imports Leadtools.Windows.ControlsDim magnifyGlass As MagnifyGlass = New MagnifyGlass()
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
