The following tables list the members exposed by ImageViewerInteractiveMode.
Protected Constructors
Name | Description | |
---|---|---|
ImageViewerInteractiveMode | Initializes a new instance of ImageViewerInteractiveMode. |
Public Methods
Name | Description | |
---|---|---|
Start | Starts the mode. | |
Stop | Stops the mode. | |
ToString | Returns the user friendly name of this mode. |
Protected Methods
Name | Description | |
---|---|---|
CanStartWork | Gets a value that indicates whether the mode can start work. | |
CanWorkOnItem | Gets a value that indicate whether this mode can work on a given item. | |
GetItemWorkBounds | Get the work bounds of an item. | |
GetWorkBounds | Current work bounds for this mode. | |
OnWorkCompleted | Indicates that this mode has completed working and raises the WorkCompleted event. | |
OnWorkStarted | Indicates that this mode has started working and raises the WorkStarted event. | |
UpdateAutoItem | Updates the Item property. |
Public Properties
Name | Description | |
---|---|---|
AutoItemMode | Indicates how the mode updates the Item property. | |
HideCursorWhileWorking | Indicates whether to hide the mouse cursor when this mode is working. | |
HitTestState | Indicates this mode hit-test state. | |
HitTestStateCursor | Mouse cursor to use for the hit-test state of this ImageViewerInteractiveMode. | |
Id | Unique ID of this mode. | |
IdleCursor | Mouse cursor to use for the idle state of this ImageViewerInteractiveMode | |
ImageViewer | Image Viewer for this mode. | |
InteractiveService | Interactive service for this mode. | |
IsDragMouseWheelEnabled | Indicates whether this mode accepts drag events originated using the mouse wheel. | |
IsEnabled | Indicates of this mode is currently enabled and can work. | |
IsStarted | Gets a value that indicate if this mode has started. | |
IsWorking | Gets a value that indicates whether this mode is working. | |
Item | Item that the mode will use as the work source. | |
ItemPart | Item part that this mode will use when working. | |
MouseButtons | Mouse button(s) associated with this mode. | |
Name | User friendly name of this mode. | |
Tag | User defined data for this ImageViewerInteractiveMode | |
WorkingCursor | Mouse cursor to use for the working state of this ImageViewerInteractiveMode. | |
WorkOnBounds | Indicates whether this mode will only work if the original click or touch was in a specified bounding area. |
Public Events
Name | Description | |
---|---|---|
WorkCompleted | Occurs when this mode completes the work. | |
WorkStarted | Occurs when this mode starts working. |
Public Fields
Name | Description | |
---|---|---|
ActiveItemModeId | ImageViewerActiveItemInteractiveMode ID. | |
AddRegionModeId | ImageViewerAddRegionInteractiveMode ID. | |
AutoPanModeId | ImageViewerAutoPanInteractiveMode ID. | |
CenterAtModeId | ImageViewerCenterAtInteractiveMode ID. | |
DragModeId | ImageViewerDragInteractiveMode ID. | |
FloaterModeId | ImageViewerFloaterInteractiveMode | |
MagnifyGlassModeId | ImageViewerMagnifyGlassInteractiveMode ID. | |
NoneModeId | ImageViewerNoneInteractiveMode ID. | |
PagerModeId | ImageViewerPagerInteractiveMode ID. | |
PanZoomModeId | ImageViewerPanZoomInteractiveMode ID. | |
RubberBandModeId | ImageViewerRubberBandInteractiveMode ID. | |
SelectItemsModeId | ImageViewerSelectItemsInteractiveMode ID. | |
SpyGlassModeId | ImageViewerSpyGlassInteractiveMode ID. | |
UserModeId | Start of user interactive modes ID. | |
ZoomAtModeId | ImageViewerZoomAtInteractiveMode ID. | |
ZoomToModeId | ImageViewerZoomToInteractiveMode ID. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET