VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Mpr.UI.VisualTools Namespace / DicomMprTool Class
In This Topic
DicomMprTool Class Methods
In This Topic
For a list of all methods of this type, see DicomMprTool.
Public Methods
 NameDescription
Public MethodDetermines that visual tool is a child tool of the CompositeVisualTool. (Inherited from CompositeVisualTool)
Public Methodstatic (Shared in Visual Basic)Overloaded. Finds the specified visual tool of specified type in visual tool. (Inherited from VisualTool)
Public MethodReturns an enumerator that iterates through a visual tool. (Inherited from CompositeVisualTool)
Public MethodReturns the interaction mode for specified mouse button.
Public MethodReturns the mouse buttons for interaction mode.
Public MethodReturns the supported UI actions. (Inherited from CompositeVisualTool)
Public MethodSelects the next available item and makes it as the active item. (Inherited from CompositeVisualTool)
Public MethodChanges the interaction mode for specified mouse button.
Public MethodSets the properties of specified DicomMprTool.
Public MethodConverts items of this composite visual tool to an array. (Inherited from CompositeVisualTool)
Public MethodReturns the string representation of this object. (Inherited from VisualTool)
Protected Methods
 NameDescription
Protected MethodCreates the DicomViewerTool, which is used for zooming and panning the MPR image and changing the window level in MPR image.
Protected MethodCreates the ImageMeasureTool, which is used for measuring objects in MPR image.
Protected MethodCreates the MprImageTool, which is used for navigating between slices in MPR image and rotating the focused MPR slice in 2D and 3D space.
Protected MethodCreates the TextOverlayTool, which is used for viewing a text overlay in MPR image.
Protected MethodOverloaded. Releases the unmanaged resources used by the and optionally releases the managed resources.
Protected MethodOverloaded. Invalidates the specified region of the , and causes a paint message to be sent to the . (Inherited from VisualTool)
Protected MethodOverloaded. Executes the specified delegate, on the thread that owns the 's underlying , with the specified list of arguments. (Inherited from VisualTool)
Protected MethodDetermines whether the ActionButton contains the button. (Inherited from VisualTool)
Protected MethodReturns a value indicating whether the visual tool will process the mouse event. (Inherited from CompositeVisualTool)
Protected MethodRaises the Activated event.
Protected MethodRaises the Activating event. (Inherited from VisualTool)
Protected MethodRaises the Deactivated event.
Protected MethodRaises the Deactivating event. (Inherited from VisualTool)
Protected MethodRaises the EnabledChanged event. (Inherited from VisualTool)
Protected MethodRaises the ImageChanged event. (Inherited from VisualTool)
Protected MethodRaises the ImageChanging event. (Inherited from VisualTool)
Protected MethodRaises the ImageLoadingException event. (Inherited from VisualTool)
Protected MethodRaises the InteractionModeChanged event.
Protected MethodRaises the KeyDown event. (Inherited from CompositeVisualTool)
Protected MethodRaises the KeyUp event. (Inherited from CompositeVisualTool)
Protected MethodOccurs when visual tool loses the focus. (Inherited from CompositeVisualTool)
Protected MethodRaises the MouseClick event.
Protected MethodRaises the MouseDoubleClick event. (Inherited from CompositeVisualTool)
Protected MethodRaises the MouseDown event.
Protected MethodRaises the MouseEnter event. (Inherited from CompositeVisualTool)
Protected MethodRaises the MouseLeave event.
Protected MethodRaises the MouseMove event.
Protected MethodRaises the MouseUp event.
Protected MethodRaises the MouseWheel event. (Inherited from CompositeVisualTool)
Protected MethodOverloaded. Paints content of visual tool on specified image. (Inherited from CompositeVisualTool)
Protected MethodRaises the PreviewKeyDown event. (Inherited from CompositeVisualTool)
Protected MethodRaises the ViewerInvalidated event.
Protected MethodRaises the ViewProcessingRect event.
Protected MethodProcesses IME Windows messages. (Inherited from CompositeVisualTool)
Protected MethodResets the tool. (Inherited from CompositeVisualTool)
See Also