LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

AutoInteractiveMagnifyGlass Property






Gets or sets a value that indicate whether to always show the magnify glass when the interactive mode is set to magnify glass.
Syntax
[DescriptionAttribute("Always on magnifying glass interactive mode.")]
[DefaultValueAttribute()]
[CategoryAttribute("Interactive Mode")]
public virtual bool AutoInteractiveMagnifyGlass {get; set;}
'Declaration
 
<DescriptionAttribute("Always on magnifying glass interactive mode.")>
<DefaultValueAttribute()>
<CategoryAttribute("Interactive Mode")>
Public Overridable Property AutoInteractiveMagnifyGlass As Boolean
'Usage
 
Dim instance As RasterImageViewer
Dim value As Boolean
 
instance.AutoInteractiveMagnifyGlass = value
 
value = instance.AutoInteractiveMagnifyGlass
[DescriptionAttribute("Always on magnifying glass interactive mode.")]
[DefaultValueAttribute()]
[CategoryAttribute("Interactive Mode")]
public virtual bool AutoInteractiveMagnifyGlass {get; set;}
DescriptionAttribute("Always on magnifying glass interactive mode.")
DefaultValueAttribute()
CategoryAttribute("Interactive Mode")
 get_AutoInteractiveMagnifyGlass();
set_AutoInteractiveMagnifyGlass(value);
[DescriptionAttribute("Always on magnifying glass interactive mode.")]
[DefaultValueAttribute()]
[CategoryAttribute("Interactive Mode")]
public:
virtual property bool AutoInteractiveMagnifyGlass {
   bool get();
   void set (    bool value);
}

Property Value

true to always show the magnify glass when the interactive mode is set to magnify glass. false, otherwise. Default value is false.
Remarks

The RasterImageViewer class supports a magnify glass interactive mode. When selecting this mode in InteractiveMode, a magnify glass will appear to show in better zoomed in details, the parts of the image beneath the mouse cursor.

When the value of the AutoInteractiveMagnifyGlass is false (the default), the magnify glass will appear when the user clicks the current interactive mode mouse button (left by default). The magnify glass will continue to appear as the user holds button down and moves the mouse. When the user lets go of the button, the magnify glass will disappear.

If the value of the AutoInteractiveMagnifyGlass is true (and the current InteractiveMode is RasterViewerInteractiveMode.MagnifyGlass), then the magnify glass will automatically appear as soon as the mouse cursor hovers over the viewer (provided there is an image in the viewer). The user can move the mouse and the hence, the magnify glass without having to hold down the current interactive mouse button.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.