←Select platform

MedicalViewerActionType Enumeration

Summary

Represents the action to be associated with the specified mouse button.

Syntax

C#
VB
C++
public enum MedicalViewerActionType 
  
Public Enum MedicalViewerActionType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
             
            public enum class MedicalViewerActionType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
             

Members

ValueMemberDescription
0None None.
1WindowLevel Window 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.
2Scale Scaling. Moving the mouse vertically controls the scale factor of the image or the 3D object.
3Offset Offset. 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).
4Stack Stacking. Moving the mouse vertically scrolls through the frames.
5MagnifyGlass Magnifying glass. Moving the mouse causes the magnify glass object to move.
6Alpha Alpha. Moving the mouse horizontally changes the alpha factor of the LUT curve.
7AnnotationRuler Ruler annotation. Clicking and dragging creates a ruler object.
8AnnotationAngle Angle annotation. Clicking and dragging creates an angle object.
9AnnotationText Text annotation. Clicking and dragging creates a text object.
10AnnotationArrow Arrow annotation. Clicking and dragging creates an arrow object.
11AnnotationRectangle Rectangle annotation. Clicking and dragging creates a rectangle object.
12AnnotationEllipse Ellipse annotation. Clicking and dragging creates an ellipse object.
13AnnotationHilite Highlight annotation. Clicking and dragging creates a hilite object.
14RectangleRegion Rectangular region. Clicking and dragging creates a rectangular region.
15EllipseRegion Elliptical region. Clicking and dragging creates an elliptical region.
16FreeHandRegion Free hand region. Clicking and dragging creates a free hand region.
17PolygonRegion Polygon region. Clicking defines the point of the polygon. Double clicking closes the polygon region.
18MagicWandRegion Magic 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.
19ColorRangeRegion Color range region. Moving the mouse horizontally controls the lower tolerance. Moving the mouse vertically controls the upper tolerance.
20CircleRegion Circular region. Clicking and dragging creates a circular region.
21SquareRegion Square region. Clicking and dragging creates a square region.
22NudgeTool Expand the region border using the mouse. It will serve also as a region painter.
23ShrinkTool Shrink the region border using the mouse.
24CutPlane Drawing an oblique cut line using the mouse.
25DoubleCutPlane Drawing a double oblique cut line using the mouse.
26Rotate3DObject Rotate the 3D object, only works with the Medical3DControl.
27Scale3DObject Scale the 3D object, only works with the Medical3DControl.
28Rotate3DCamera Rotate the 3D camera, only works with the Medical3DControl.
29Translate3DCamera Offset the 3D Camera, only works with the Medical3DControl.
30TranslatePlane Offset the MPR planes or the clipping planes (for VRT, MIP and MinIP), only works with the Medical3DControl.
31RotatePlane This method is deprecated for Medical3DControl.
32AnnotationLine Line Annotation. Clicking and dragging creates a line object.
33AnnotationPolyline Polyline Annotation. Clicking and dragging creates a polyline object.
34AnnotationPolygon Polygon Annotation. Clicking and dragging creates a polygon object.
35AnnotationCurve Curve Annotation. Clicking and dragging creates a curve object.
36AnnotationClosedCurve Closed Curve Annotation. Clicking and dragging creates a closed curve object.
37AnnotationTextPointer Text Pointer Annotation. Clicking and dragging creates a text pointer object.
38AnnotationFreeHand Free Hand Annotation. Clicking and dragging creates a free hand object.
39AnnotationTextRollup Text Rollup Annotation. Clicking and dragging creates a text rollup object.
40AnnotationNote Note Annotation. Clicking and dragging creates a note object.
41AnnotationStamp Stamp Annotation. Clicking and dragging creates a stamp object.
42AnnotationHotSpot Hot Spot Annotation. Clicking and dragging creates a hot spot object.
43AnnotationFreeHandHotSpot Freehand Hot Spot Annotation. Clicking and dragging creates a freehand hot spot object.
44AnnotationButton Button Annotation. Clicking and dragging creates a button object.
45AnnotationPoint Point Annotation. Clicking and dragging creates a point object.
46AnnotationPolyRuler Polyruler Annotation. Clicking and dragging creates a polyruler object.
47AnnotationCrossProduct Cross Product Annotation. Clicking and dragging creates a cross product object.
48AnnotationRedaction Redaction Annotation. Clicking and dragging creates a redaction object.
49AnnotationEncrypt Encrypt Annotation. Clicking and dragging creates an encrypt object.
50AnnotationAudio Audio Annotation. Clicking and dragging creates an audio object.
51AnnotationMedia Media Annotation. Clicking and dragging creates an media object.
52AnnotationRubberStamp Rubber Stamp Annotation. Clicking and dragging creates a rubber stamp object.
53PanoramicPolygon Panoramic polygon. Clicking and dragging multiple times creates a polygon that used to create panoramic image, for more information please refer to MedicalViewerMPRPolygon.
54Logarithmic Logarithmic. Moving the mouse horizontally changes the logarithmic factor of the LUT curve.
55Exponential Exponential. Moving the mouse horizontally changes the exponential factor of the LUT curve.
56Sigmoid Sigmoid. Moving the mouse horizontally changes the sigmoid factor of the LUT curve.
57SpatialLocator (For MPR Cells only) Clicking on one MPR cell will have the other cells scroll to the slice that correspond to the point clicked.
58ProbeTool Clicking on the cell will display an information window next to the cursor and move with it.
59ClickZoomIn Clicking will zoom the image in relative to the point clicked.
60ClickZoomOut Clicking will zoom the image out relative to the point clicked.
61ZoomToRectangle Dragging will create a rectangle, releasing the button will zoom to the portion of the image highlighted by the rectangle.
62SpyGlass Moving the mouse causes the spy glass object to appear over the cell and move with the mouse. For more information refer to MedicalViewerSpyGlass.
63FusionTranslucency Moving the mouse changes the transparency value between two fused cells.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly