ImageGear .NET - Updated
ImGearMagnifierCtl Class
Members 




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace : ImGearMagnifierCtl Class
Provides a magnified view of a portion of the image in ImageGear.Windows.Forms.ImGearPageView control.
Object Model
ImGearMagnifierCtl ClassImGearPageView ClassImGearPageView Class
Syntax
'Declaration
 
Public Class ImGearMagnifierCtl 
   Inherits System.Windows.Controls.Control
'Usage
 
Dim instance As ImGearMagnifierCtl
public class ImGearMagnifierCtl : System.Windows.Controls.Control 
public __gc class ImGearMagnifierCtl : public System.Windows.Controls.Control 
public ref class ImGearMagnifierCtl : public System.Windows.Controls.Control 
Remarks
This GUI Magnifier control appears either in a separate, stationary window, or as a pop-up area within the ImageGear.Windows.Forms.ImGearPageView window. When the GUI Magnifier control is active, and the user drags the mouse within the ImGearPageView control, the magnified display of the image tracks the location of the mouse. If the pop-up view is used, the magnified display of the image tracks the mouse within the ImGearPageView control. If the separate, stationary window is used, the area of the image that is displayed in the floating window is displayed in reverse video in the ImGearPageView control. The programmer can set the magnification factor, and can optionally expose that capability to the end user.
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     ImageGear.WPF.ImGearMagnifierCtl

See Also

Reference

ImGearMagnifierCtl Members
ImageGear.WPF Namespace
ImGearPageView Class