The following tables list the members exposed by ImageViewerZoomToInteractiveMode.
Public Constructors
Name | Description | |
---|---|---|
![]() |
ImageViewerZoomToInteractiveMode Constructor | Initializes a new instance of ImageViewerZoomToInteractiveMode. |
Public Fields
Name | Description | |
---|---|---|
![]() |
ImageViewerInteractiveModeListener | Occurs when the ImageViewerInteractiveMode mode starts and completed working. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) |
![]() |
ImageViewerRubberBandListener | Occurs when the user is performing rubber banding operation. (Inherited from Leadtools.Controls.ImageViewerRubberBandInteractiveMode) |
Public Properties
Name | Description | |
---|---|---|
![]() |
BorderColor | Gets or sets the interactive mode canvas border color. (Inherited from Leadtools.Controls.ImageViewerRubberBandInteractiveMode) |
![]() |
BorderDashArray | Gets or sets the interactive mode canvas border dash array. (Inherited from Leadtools.Controls.ImageViewerRubberBandInteractiveMode) |
![]() |
BorderDashOffset | Gets or sets the interactive mode canvas border dash offset. (Inherited from Leadtools.Controls.ImageViewerRubberBandInteractiveMode) |
![]() |
borderDashPattern | Gets or sets the interactive mode drawn line border dash array. (Inherited from Leadtools.Controls.ImageViewerRubberBandInteractiveMode) |
![]() |
BorderStyle | Gets or sets the interactive mode canvas border style. (Inherited from Leadtools.Controls.ImageViewerRubberBandInteractiveMode) |
![]() |
BorderThickness | Gets or sets the interactive mode canvas border thickness. (Inherited from Leadtools.Controls.ImageViewerRubberBandInteractiveMode) |
![]() |
dashPhase | Gets or sets the dash phase. (Inherited from Leadtools.Controls.ImageViewerRubberBandInteractiveMode) |
![]() |
delegate | Implements the LTImageViewerRubberBandDelegate delegate to listen for the events. (Inherited from Leadtools.Controls.ImageViewerRubberBandInteractiveMode) |
![]() |
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) |
![]() |
lineCap | Gets or sets the line cap style. (Inherited from Leadtools.Controls.ImageViewerRubberBandInteractiveMode) |
![]() |
MouseButton | Gets or sets the mouse button associated with this mode. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) |
![]() |
Name | Overridden.Gets the name of this mode. |
![]() |
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 | Starts the rubber band interactive mode. (Inherited from Leadtools.Controls.ImageViewerRubberBandInteractiveMode) |
![]() |
Stop | Stops the rubber band interactive mode. (Inherited from Leadtools.Controls.ImageViewerRubberBandInteractiveMode) |
![]() |
ToString | Returns the name of this mode. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
CanStartWork | Indicates whether the mode can start work. (Inherited from Leadtools.Controls.ImageViewerInteractiveMode) |
![]() |
OnRubberBandCompleted | Overridden.Overrides ImageViewerRubberBandInteractiveMode.OnRubberBandCompleted |
![]() |
OnRubberBandDelta | Raises the RubberBandDelta event. (Inherited from Leadtools.Controls.ImageViewerRubberBandInteractiveMode) |
![]() |
OnRubberBandStarted | Raises the RubberBandStarted event. (Inherited from Leadtools.Controls.ImageViewerRubberBandInteractiveMode) |
![]() |
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) |
Public Events
Name | Description | |
---|---|---|
![]() |
RubberBandCompleted | Occurs when the user completes the rubber banding operation. (Inherited from Leadtools.Controls.ImageViewerRubberBandInteractiveMode) |
![]() |
RubberBandDelta | Occurs when the user is performing rubber banding operation. (Inherited from Leadtools.Controls.ImageViewerRubberBandInteractiveMode) |
![]() |
RubberBandStarted | Occurs when the user starts the rubber banding operation. (Inherited from Leadtools.Controls.ImageViewerRubberBandInteractiveMode) |
![]() |
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) |