ImageGear .NET - Updated
ImGearMagnifier Class
Members 




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace : ImGearMagnifier Class
Provides interactive magnifying glass style user interface for displayed images.
Object Model
ImGearMagnifier ClassImGearPageView ClassImGearPageView Class
Syntax
'Declaration
 
Public Class ImGearMagnifier 
   Inherits System.ComponentModel.Component
'Usage
 
Dim instance As ImGearMagnifier
public class ImGearMagnifier : System.ComponentModel.Component 
public __gc class ImGearMagnifier : public System.ComponentModel.Component 
public ref class ImGearMagnifier : public System.ComponentModel.Component 
Remarks
This is the GUI Magnifier control class which provides a magnified view of a portion of the image in ImGearPageView class control. It appears either in a separate, stationary window, or as a popup area within the ImGearPageView window. When the GUI Magnifier control is active, and the user drags the mouse within the ImGearPageView class control, the magnified display of the image tracks the location of the mouse. If the popup view is used, the magnified display of the image tracks the mouse within the ImGearPageView class 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 class control. The programmer can set the magnification factor, and can optionally expose that capability to the end user.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         ImageGear.Windows.Forms.ImGearMagnifier

See Also

Reference

ImGearMagnifier Members
ImageGear.Windows.Forms Namespace
ImGearPageView Class