ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearMagnifier Class
Members




In This Topic
    ImGearMagnifier Class
    In This Topic
    Provides interactive magnifying glass style user interface for displayed images.
    Object Model
    ImGearMagnifier ClassImGearPageView ClassImGearPageView Class
    Syntax
    'Declaration
     
    <DesignerCategoryAttribute("Component")>
    Public Class ImGearMagnifier 
       Inherits System.ComponentModel.Component
    'Usage
     
    Dim instance As ImGearMagnifier
    [DesignerCategory("Component")]
    public class ImGearMagnifier : System.ComponentModel.Component 
    [DesignerCategory("Component")]
    public __gc class ImGearMagnifier : public System.ComponentModel.Component 
    [DesignerCategory("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