VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools Namespace / DicomMprTool Class
In This Topic
DicomMprTool Class Properties
In This Topic
For a list of all properties of this type, see DicomMprTool.
Public Properties
 NameDescription
Public PropertyGets or sets the mouse button, which executes the action of this tool. (Inherited from VisualTool)
Public PropertyGets or sets a cursor, which should be used in image viewer when visual tool executes its action. (Inherited from VisualTool)
Public PropertyGets or sets the active visual tool. (Inherited from CompositeVisualTool)
Public PropertyGets or sets a value indicating whether the tool allows changing focused item using the PerformNextItemSelection(Boolean) method. (Inherited from CompositeVisualTool)
Public PropertyGets a value indicating whether visual tool can modify the image. (Inherited from CompositeVisualTool)
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 the DicomViewerTool, which is used for zooming the MPR slice and changing the window level in MPR slice.
Public PropertyGets or sets a value indicating whether context menu is shown when user presses the right mouse button and the right mouse button is set as an action button of the tool. (Inherited from CompositeVisualTool)
Public PropertyGets or sets a value indicating whether VisualTool can respond to the user interaction. (Inherited from VisualTool)
Public PropertyGets the ImageViewer object associated with this tool. (Inherited from VisualTool)
Public PropertyGets a value indicating whether this tool supports multipage mode. (Inherited from CompositeVisualTool)
Public PropertyGets or sets a value indicating whether the visual tool must show the text overlay on MPR image.
Public PropertyGets a value indicating whether this visual tool is visible if image is not painted in image viewer. (Inherited from CompositeVisualTool)
Public PropertyGets the ImageMeasureTool, which is used for measuring objects on MPR slice.
Public PropertyGets or sets the interaction mode of visual tool mouse wheel.
Public PropertyGets the MprImageTool, which is used for viewing of MPR slice, moving of MPR slice along the horizontal, vertical and perpendicular axis and rotating of MPR slice in 2D and 3D space.
Public PropertyGets the name of visual tool. (Inherited from CompositeVisualTool)
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)
Public PropertyGets the text overlay on MPR image.
Public PropertyGets the TextOverlayTool, which is used for displaying the text overlay on MPR slice.
Public PropertyGets or sets a border color for image processing command specified by ViewProcessingCommand property.
Public PropertyGets or sets the image processing command, which should be applied to the image when image is rendering in DICOM viewer.
Public PropertyGets or sets a rectangle, in pixels, on DICOM image, which should be processed by image processing command specified by ViewProcessingCommand property.
Protected Properties
 NameDescription
Protected PropertyGets or sets a value indicating whether viewer must be invalidated when InvalidateViewer method is executed. (Inherited from VisualTool)
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 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 or sets an array of visual tools. (Inherited from CompositeVisualTool)
See Also