LEADTOOLS Medical (Leadtools.MedicalViewer assembly)

MedicalViewerActionType Enumeration

Show in webframe





Represents the action to be associated with the specified mouse button.
Syntax
public enum MedicalViewerActionType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum MedicalViewerActionType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As MedicalViewerActionType

            

            
public enum class MedicalViewerActionType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNone.
0x00000001WindowLevelWindow leveling. Moving the mouse horizontally controls the window center parameter of the window level. Moving the mouse vertically controls the window width parameter of the window level.
0x00000002ScaleScaling. Moving the mouse vertically controls the scale factor of the image or the 3D object.
0x00000003OffsetOffset. Moving the mouse to any direction causes the image or the 3D object to move towards that direction (Zoom in or out the 3D object if you are using the Medical3DControl).
0x00000004StackStacking. Moving the mouse vertically scrolls through the frames.
0x00000005MagnifyGlassMagnifying glass. Moving the mouse causes the magnify glass object to move.
0x00000006AlphaAlpha. Moving the mouse horizontally changes the alpha factor of the LUT curve.
0x00000007AnnotationRulerRuler annotation. Clicking and dragging creates a ruler object.
0x00000008AnnotationAngleAngle annotation. Clicking and dragging creates an angle object.
0x00000009AnnotationTextText annotation. Clicking and dragging creates a text object.
0x0000000AAnnotationArrowArrow annotation. Clicking and dragging creates an arrow object.
0x0000000BAnnotationRectangleRectangle annotation. Clicking and dragging creates a rectangle object.
0x0000000CAnnotationEllipseEllipse annotation. Clicking and dragging creates an ellipse object.
0x0000000DAnnotationHiliteHighlight annotation. Clicking and dragging creates a hilite object.
0x0000000ERectangleRegionRectangular region. Clicking and dragging creates a rectangular region.
0x0000000FEllipseRegionElliptical region. Clicking and dragging creates an elliptical region.
0x00000010FreeHandRegionFree hand region. Clicking and dragging creates a free hand region.
0x00000011PolygonRegionPolygon region. Clicking defines the point of the polygon. Double clicking closes the polygon region.
0x00000012MagicWandRegionMagic wand region. Clicking defines the starting point and color. The region will grow outwards from the selected point to the boundaries of that color. Dragging will increase the threshold of variation allowed from the selected color.
0x00000013ColorRangeRegionColor range region. Moving the mouse horizontally controls the lower tolerance. Moving the mouse vertically controls the upper tolerance.
0x00000014CircleRegionCircular region. Clicking and dragging creates a circular region.
0x00000015SquareRegionSquare region. Clicking and dragging creates a square region.
0x00000016NudgeToolExpand the region border using the mouse. It will serve also as a region painter.
0x00000017ShrinkToolShrink the region border using the mouse.
0x00000019CutPlaneDrawing an oblique cut line using the mouse.
0x00000019DoubleCutPlaneDrawing a double oblique cut line using the mouse.
0x0000001ARotate3DObjectRotate the 3D object, only works with the Medical3DControl.
0x0000001BScale3DObjectScale the 3D object, only works with the Medical3DControl.
0x0000001CRotate3DCameraRotate the 3D camera, only works with the Medical3DControl.
0x0000001DTranslate3DCameraOffset the 3D Camera, only works with the Medical3DControl.
0x0000001ETranslatePlaneOffset the MPR planes or the clipping planes (for VRT, MIP and MinIP), only works with the Medical3DControl.
0x0000001FRotatePlaneRotate the MPR planes or the clipping planes (for VRT, MIP and MinIP), only works with the Medical3DControl.
0x00000020AnnotationLineLine Annotation. Clicking and dragging creates a line object.
0x00000021AnnotationPolylinePolyline Annotation. Clicking and dragging creates a polyline object.
0x00000022AnnotationPolygonPolygon Annotation. Clicking and dragging creates a polygon object.
0x00000023AnnotationCurveCurve Annotation. Clicking and dragging creates a curve object.
0x00000024AnnotationClosedCurveClosed Curve Annotation. Clicking and dragging creates a closed curve object.
0x00000025AnnotationTextPointerText Pointer Annotation. Clicking and dragging creates a text pointer object.
0x00000026AnnotationFreeHandFree Hand Annotation. Clicking and dragging creates a free hand object.
0x00000027AnnotationTextRollupText Rollup Annotation. Clicking and dragging creates a text rollup object.
0x00000028AnnotationNoteNote Annotation. Clicking and dragging creates a note object.
0x00000029AnnotationStampStamp Annotation. Clicking and dragging creates a stamp object.
0x0000002AAnnotationHotSpotHot Spot Annotation. Clicking and dragging creates a hot spot object.
0x0000002BAnnotationFreeHandHotSpotFreehand Hot Spot Annotation. Clicking and dragging creates a freehand hot spot object.
0x0000002CAnnotationButtonButton Annotation. Clicking and dragging creates a button object.
0x0000002DAnnotationPointPoint Annotation. Clicking and dragging creates a point object.
0x0000002EAnnotationPolyRulerPolyruler Annotation. Clicking and dragging creates a polyruler object.
0x0000002FAnnotationCrossProductCross Product Annotation. Clicking and dragging creates a cross product object.
0x00000030AnnotationRedactionRedaction Annotation. Clicking and dragging creates a redaction object.
0x00000031AnnotationEncryptEncrypt Annotation. Clicking and dragging creates an encrypt object.
0x00000032AnnotationAudioAudio Annotation. Clicking and dragging creates an audio object.
0x00000033PanoramicPolygonPanoramic polygon. Clicking and dragging multiple times creates a polygon that used to create panoramic image, for more information please refer to MedicalViewerMPRPolygon.
0x00000034LogarithmicLogarithmic. Moving the mouse horizontally changes the logarithmic factor of the LUT curve.
0x00000035ExponentialExponential. Moving the mouse horizontally changes the exponential factor of the LUT curve.
0x00000036SigmoidSigmoid. Moving the mouse horizontally changes the sigmoid factor of the LUT curve.
0x00000038ProbeToolClicking on the cell will display an information window next to the cursor and move with it.
0x00000039ClickZoomInClicking will zoom the image in relative to the point clicked.
0x0000003AClickZoomOutClicking will zoom the image out relative to the point clicked.
0x0000003BZoomToRectangleDragging will create a rectangle, releasing the button will zoom to the portion of the image highlighted by the rectangle.
0x0000003CSpyGlassMoving the mouse causes the spy glass object to appear over the cell and move with the mouse. For more information refer to MedicalViewerSpyGlass.
0x0000003DFusionTranslucencyMoving the mouse changes the transparency value between two fused cells.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.MedicalViewer.MedicalViewerActionType

Requirements

Target Platforms

See Also

Reference

Leadtools.MedicalViewer Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features