ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearMagnifierCtl Class
Members




In This Topic
    ImGearMagnifierCtl Class
    In This Topic
    Provides a magnified view of a portion of the image in ImageGear.Windows.Forms.ImGearPageView control.
    Object Model
    ImGearMagnifierCtl ClassImGearPageView ClassImGearPageView Class
    Syntax
    'Declaration
     
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <XmlLangPropertyAttribute("Language")>
    <UsableDuringInitializationAttribute(True)>
    <RuntimeNamePropertyAttribute("Name")>
    <UidPropertyAttribute("Uid")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ImGearMagnifierCtl 
       Inherits System.Windows.Controls.Control
    'Usage
     
    Dim instance As ImGearMagnifierCtl
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ImGearMagnifierCtl : System.Windows.Controls.Control 
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public __gc class ImGearMagnifierCtl : public System.Windows.Controls.Control 
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [XmlLangProperty("Language")]
    [UsableDuringInitialization(true)]
    [RuntimeNameProperty("Name")]
    [UidProperty("Uid")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    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