Click or drag to resize

Magnifier Class

The Magnifier is part of the ImageViewer control, and when selected in the MouseTool property it will display a magnified region of the image when holding the mouse button down.
Inheritance Hierarchy
SystemObject
  Atalasoft.Imaging.WinControlsMagnifier

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class Magnifier : IDisposable

The Magnifier type exposes the following members.

Constructors
  NameDescription
Public methodMagnifier
Initializes a new instance of the Magnifier.
Public methodMagnifier(Viewport)
Initializes a new instance of the Magnifier specifying the parent viewport.
Top
Properties
  NameDescription
Public propertyActive
Gets or sets a value indicating whether the magnifier is currently active and responding to mouse events.
Public propertyActiveMouseButton
Gets or sets the mouse button used to activate the Magnifier.
Public propertyBackColor
Gets or sets the background color of the magnifier.
Public propertyBackgroundImage
Gets or sets the background image of the magnifier.
Public propertyBorderColor
Gets or sets the color of the border around this Magnifier.
Public propertyBorderWidth
Gets or sets the width of the border around this Magnifier.
Public propertyCursor
Gets or sets the cursor associated with the magnifier when active.
Public propertyParent
Gets or sets the parent Viewport control associated with this magnifier.
Public propertySize
Gets or sets the size of this Magnifier.
Public propertyZoom
Gets or sets the zoom level of the image in this Magnifier.
Top
Methods
  NameDescription
Public methodDispose
Cleans up the ZoomWindow form resources.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference

Atalasoft.Imaging.WinControlsMagnifier