The following tables list the members exposed by ImageViewerMagnifyGlassInteractiveMode.
Public Constructors
Name | Description | |
---|---|---|
ImageViewerMagnifyGlassInteractiveMode Constructor | Initializes a new instance of ImageViewerMagnifyGlassInteractiveMode. |
Public Fields
Name | Description | |
---|---|---|
ImageViewerInteractiveModeListener | Occurs when the ImageViewerInteractiveMode mode starts and completed working. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) | |
ScaleFactorProperty | Identifies the ScaleFactor dependency property. |
Public Properties
Name | Description | |
---|---|---|
autoCorrectOffset | Indicates if the spyglass will be repositioned when it reaches the ImageViewer boundaries. (Inherited from Leadtools.Controls.ImageViewerSpyGlassInteractiveMode) | |
BackgroundColor | Gets or sets the spy glass background color. (Inherited from Leadtools.Controls.ImageViewerSpyGlassInteractiveMode) | |
BorderColor | Gets or sets the spy glass border color. (Inherited from Leadtools.Controls.ImageViewerSpyGlassInteractiveMode) | |
BorderThickness | Gets or sets the spy glass border thickness. (Inherited from Leadtools.Controls.ImageViewerSpyGlassInteractiveMode) | |
Crosshair | Gets or sets the spy glass crosshair type. (Inherited from Leadtools.Controls.ImageViewerSpyGlassInteractiveMode) | |
CrosshairColor | Gets or sets the spy glass crosshair color. (Inherited from Leadtools.Controls.ImageViewerSpyGlassInteractiveMode) | |
CrosshairThickness | Gets or sets the spy glass crosshair thickness. (Inherited from Leadtools.Controls.ImageViewerSpyGlassInteractiveMode) | |
delegate | Implements ImageViewerSpyGlassInteractiveMode delegates to listen for events. (Inherited from Leadtools.Controls.ImageViewerSpyGlassInteractiveMode) | |
EnsureVisible | Gets or sets a value that indicates whether to automatically position the spy glass over the image and not beyond the image area. (Inherited from Leadtools.Controls.ImageViewerSpyGlassInteractiveMode) | |
ImageViewerControl | Gets the image viewer for this mode. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) | |
InteractiveService | Gets the interactive service for this mode. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) | |
IsStarted | Gets a value that indicates if this mode has started. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) | |
IsWorking | Gets a value that indicates whether this mode is working. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) | |
MouseButton | Gets or sets the mouse button associated with this mode. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) | |
Name | Overridden.Gets the name of this mode. | |
Offset | Gets or sets optional offset to apply to the spy glass position. (Inherited from Leadtools.Controls.ImageViewerSpyGlassInteractiveMode) | |
RoundRectangleRadius | Gets or sets the arc size of the rounded corners if the shape is ImageViewerSpyGlassShape.RoundRectangle. (Inherited from Leadtools.Controls.ImageViewerSpyGlassInteractiveMode) | |
ScaleFactor | Gets or sets the scale factor used to display the magnified image. | |
Shape | Gets or sets the spy glass shape. (Inherited from Leadtools.Controls.ImageViewerSpyGlassInteractiveMode) | |
Size | Gets or sets the size of the spy glass. (Inherited from Leadtools.Controls.ImageViewerSpyGlassInteractiveMode) | |
SpyRectangleShape | Gets the spy glass rectangle object. (Inherited from Leadtools.Controls.ImageViewerSpyGlassInteractiveMode) | |
WorkOnImageRectangle | Gets or sets a value that indicates whether to restrict the work area to the image rectangle. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) |
Public Methods
Name | Description | |
---|---|---|
Start | Overridden.Overrides ImageViewerInteractiveMode.Start. | |
Stop | Stops the soy glass interactive mode. (Inherited from Leadtools.Controls.ImageViewerSpyGlassInteractiveMode) | |
ToString | Returns the name of this mode. |
Protected Methods
Name | Description | |
---|---|---|
CanStartWork | Indicates whether the mode can start work. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) | |
OnDrawImage | Overridden.You can override this method to draw your own image on the base magnify glass rectangle available through ImageViewerSpyGlassInteractiveMode.SpyRectangleShape. | |
onPostDrawTouchLocation | Provides a method to perform custom drawing after ImageViewerSpyGlassInteractiveMode.OnDrawImage called. (Inherited from Leadtools.Controls.ImageViewerSpyGlassInteractiveMode) | |
onPreDrawTouchLocation | Provides a method to perform custom drawing before ImageViewerSpyGlassInteractiveMode.OnDrawImage called. (Inherited from Leadtools.Controls.ImageViewerSpyGlassInteractiveMode) | |
OnWorkCompleted | Overridden.Indicates that the work of this magnify glass interactive mode has completed. | |
OnWorkStarted | Overridden.Indicates that the work of this magnify glass interactive mode has started. |
Public Events
Name | Description | |
---|---|---|
DrawImage | Occurs when the spy glass is working. (Inherited from Leadtools.Controls.ImageViewerSpyGlassInteractiveMode) | |
WorkCompleted | Occurs when the ImageViewerInteractiveMode mode completes the work. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) | |
WorkStarted | Occurs when the ImageViewerInteractiveMode mode starts working. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) |