VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools Namespace / MprImageTool Class
In This Topic
MprImageTool Class Properties
In This Topic
For a list of all properties of this type, see MprImageTool.
Public Properties
 NameDescription
Public PropertyGets or sets the mouse button, which executes the action of this tool.
Public PropertyGets or sets a cursor, which should be used in image viewer when visual tool executes its action. (Inherited from VisualTool)
Public PropertyGets an active interaction controller. (Inherited from UserInteractionVisualTool)
Public PropertyGets or sets the adaptive quality complexity threshold.
Public PropertyGets or sets the maximum steps, which can be used to downscale the quality in preview process.
Public PropertyGets or sets a value indicating whether the tool allows changing focused item using the PerformNextItemSelection(Boolean) method. (Inherited from VisualTool)
Public PropertyGets or sets a value indicating whether rotation in 3D space is allowed.
Public PropertyGets or sets a value indicating whether the axes are visible.
Public PropertyGets a value indicating whether this visual tool can modify the image. (Inherited from VisualTool)
Public PropertyGets or sets a value indicating whether focused item can be changed before interaction. (Inherited from UserInteractionVisualTool)
Public PropertyGets or sets the clipboard of this tool. (Inherited from UserInteractionVisualTool)
Public PropertyGets or sets a cursor, which should be used in image viewer when visual tool is active in image viewer. (Inherited from VisualTool)
Public PropertyGets or sets a value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool. (Inherited from VisualTool)
Public PropertyGets or sets a value indicating whether VisualTool can respond to the user interaction. (Inherited from VisualTool)
Public PropertyGets or sets the color of focused image viewer mark.
Public PropertyGets or sets the size, in percents of FocusedSliceColorMarkSize, of focused image viewer mark.
Public PropertyGets or sets the focused slice.
Public PropertyGets or sets the anchor of focused slice color mark.
Public PropertyGets or sets the size, in pixels, of focused slice color mark.
Public PropertyGets the rendering quality scale of focused slice.
Public PropertyGets or sets the focused slice view.
Public PropertyGets the ImageViewer object associated with this tool. (Inherited from VisualTool)
Public PropertyGets or sets a value indicating whether interaction should be finished when focus is lost. (Inherited from UserInteractionVisualTool)
Public PropertyGets or sets a value indicating whether the color mark of focused slice is visible on image viewer.
Public PropertyGets a value indicating whether this tool supports multipage mode. (Inherited from VisualTool)
Public PropertyGets a value indicating whether MPR slice is building.
Public PropertyGets a value indicating whether this visual tool is visible if image is not painted in image viewer. (Inherited from VisualTool)
Public PropertyGets or sets the mouse move orientation for slice browsing.
Public PropertyGets or sets the mouse sensitivity.
Public PropertyGets or sets a value indicating whether the mouse wheel is enabled.
Public PropertyGets or sets the mouse wheel sensitivity.
Public PropertyGets the MPR image.
Public PropertyGets the slice collection that will be viewed and edited using this visual tool.
Public PropertyGets the name of visual tool.
Public PropertyGets or sets the interpolation mode of that is used for rendering of a MPR slice.
Public PropertyGets or sets the maximum renderer performance, in frame per second (FPS).
Public PropertyGets or sets the object, which is used for synchronization of image rendering.
Public PropertyGets the scroller for this visual tool.
Public PropertyGets the scroll properties.
Public PropertyGets or sets a key code that changes the selected item to the next item. (Inherited from VisualTool)
Public PropertyGets or sets a key code that changes the selected item to the previous item. (Inherited from VisualTool)
Protected Properties
 NameDescription
Protected PropertyGets or sets a value indicating whether the interaction can be started right after the interactive object is selected. (Inherited from UserInteractionVisualTool)
Protected PropertyGets or sets a value indicating whether user can set the focused interactive object. (Inherited from UserInteractionVisualTool)
Protected PropertyGets or sets a value indicating whether viewer must be invalidated when InvalidateViewer method is executed. (Inherited from VisualTool)
Protected PropertyGets or sets a focused item. (Inherited from UserInteractionVisualTool)
Protected PropertyGets a value indicating whether the caller must call an invoke method when making method calls to the VisualTool because the caller is on a different thread than the one the VisualTool was created on. (Inherited from VisualTool)
Protected PropertyGets a collection of IInteractiveObject. (Inherited from UserInteractionVisualTool)
Protected PropertyGets the count of mouse clicks in series of clicks. (Inherited from VisualTool)
Protected PropertyGets or sets a delay, in milliseconds, between mouse clicks in series of clicks. (Inherited from VisualTool)
Protected PropertyGets a value indicating whether interaction controller should use ActionButton of visual tool.
See Also