The following tables list the members exposed by ImageViewerSpyGlassInteractiveMode.
Name | Description | |
---|---|---|
ImageViewerSpyGlassInteractiveMode Constructor | Initializes a new instance of ImageViewerSpyGlassInteractiveMode |
Name | Description | |
---|---|---|
BackgroundColor | Gets or sets the spy glass background color. | |
BorderColor | Gets or sets the spy glass border color. | |
BorderThickness | Gets or sets the spy glass border thickness. | |
Crosshair | Gets or sets the spy glass crosshair type. | |
CrosshairColor | Gets or sets the spy glass crosshair color. | |
CrosshairThickness | Gets or sets the spy glass crosshair thickness. | |
EnsureVisible | Gets or sets a value that indicates whether to automatically position the spy glass over the image and not beyond the image area. | |
IdleCursor | Gets or sets the mouse cursor to use for the idle state of this ImageViewerInteractiveMode (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) | |
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 indicate 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. | |
RoundRectangleRadius | Gets or sets the arc size of the rounded corners if the shape is ImageViewerSpyGlassShape.RoundRectangle. | |
Shape | Gets or sets the spy glass shape. | |
Size | Gets or sets the size of the spy glass. | |
WorkingCursor | Gets or sets the mouse cursor to use for the working state of this ImageViewerInteractiveMode. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) | |
WorkOnImageRectangle | Gets or sets a value that indicates whether to restrict the work area to the image rectangle. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) |
Name | Description | |
---|---|---|
InteractiveModeCanvas | Gets or sets the interactive mode canvas. | |
RestartOnImageChange | Gets a value that indicates whether this interactive mode should re-start if the image in the viewer has changed. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) |
Name | Description | |
---|---|---|
Start | Overridden. Starts the mode. | |
Stop | Overridden. Stops the mode. | |
ToString | Returns the name of this mode. |
Name | Description | |
---|---|---|
CanStartWork | Gets a value that indicates whether the mode can start work. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) | |
CreateInteractiveModeCanvas | Create the interactive canvas. | |
DestroyInteractiveModeCanvas | Destroys the interactive canvas. | |
OnDrawImage | Raises the DrawImage event. | |
OnWorkCompleted | Indicates that this mode has completed working and raises the WorkCompleted event. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) | |
OnWorkStarted | Indicates that this mode has started working and raises the WorkStarted event. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) |
Name | Description | |
---|---|---|
DrawImage | Occurs when the spy glass is working. | |
WorkCompleted | Occurs when this mode completes the work. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) | |
WorkStarted | Occurs when this mode starts working. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) |