Error processing SSI file
LEADTOOLS Medical (Leadtools.MedicalViewer assembly)

Show in webframe

MedicalViewerActionType Enumeration






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
0x00000000None None.
0x00000001WindowLevel 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.
0x00000002Scale Scaling. Moving the mouse vertically controls the scale factor of the image or the 3D object.
0x00000003Offset 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).
0x00000004Stack Stacking. Moving the mouse vertically scrolls through the frames.
0x00000005MagnifyGlass Magnifying glass. Moving the mouse causes the magnify glass object to move.
0x00000006Alpha Alpha. Moving the mouse horizontally changes the alpha factor of the LUT curve.
0x00000007AnnotationRuler Ruler annotation. Clicking and dragging creates a ruler object.
0x00000008AnnotationAngle Angle annotation. Clicking and dragging creates an angle object.
0x00000009AnnotationText Text annotation. Clicking and dragging creates a text object.
0x0000000AAnnotationArrow Arrow annotation. Clicking and dragging creates an arrow object.
0x0000000BAnnotationRectangle Rectangle annotation. Clicking and dragging creates a rectangle object.
0x0000000CAnnotationEllipse Ellipse annotation. Clicking and dragging creates an ellipse object.
0x0000000DAnnotationHilite Highlight annotation. Clicking and dragging creates a hilite object.
0x0000000ERectangleRegion Rectangular region. Clicking and dragging creates a rectangular region.
0x0000000FEllipseRegion Elliptical region. Clicking and dragging creates an elliptical region.
0x00000010FreeHandRegion Free hand region. Clicking and dragging creates a free hand region.
0x00000011PolygonRegion Polygon region. Clicking defines the point of the polygon. Double clicking closes the polygon region.
0x00000012MagicWandRegion 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.
0x00000013ColorRangeRegion Color range region. Moving the mouse horizontally controls the lower tolerance. Moving the mouse vertically controls the upper tolerance.
0x00000014CircleRegion Circular region. Clicking and dragging creates a circular region.
0x00000015SquareRegion Square region. Clicking and dragging creates a square region.
0x00000016NudgeTool Expand the region border using the mouse. It will serve also as a region painter.
0x00000017ShrinkTool Shrink the region border using the mouse.
0x00000018CutPlane Drawing an oblique cut line using the mouse.
0x00000019DoubleCutPlane Drawing a double oblique cut line using the mouse.
0x0000001ARotate3DObject Rotate the 3D object, only works with the Medical3DControl.
0x0000001BScale3DObject Scale the 3D object, only works with the Medical3DControl.
0x0000001CRotate3DCamera Rotate the 3D camera, only works with the Medical3DControl.
0x0000001DTranslate3DCamera Offset the 3D Camera, only works with the Medical3DControl.
0x0000001ETranslatePlane Offset the MPR planes or the clipping planes (for VRT, MIP and MinIP), only works with the Medical3DControl.
0x0000001FRotatePlane This method is deprecated for Medical3DControl.
0x00000020AnnotationLine Line Annotation. Clicking and dragging creates a line object.
0x00000021AnnotationPolyline Polyline Annotation. Clicking and dragging creates a polyline object.
0x00000022AnnotationPolygon Polygon Annotation. Clicking and dragging creates a polygon object.
0x00000023AnnotationCurve Curve Annotation. Clicking and dragging creates a curve object.
0x00000024AnnotationClosedCurve Closed Curve Annotation. Clicking and dragging creates a closed curve object.
0x00000025AnnotationTextPointer Text Pointer Annotation. Clicking and dragging creates a text pointer object.
0x00000026AnnotationFreeHand Free Hand Annotation. Clicking and dragging creates a free hand object.
0x00000027AnnotationTextRollup Text Rollup Annotation. Clicking and dragging creates a text rollup object.
0x00000028AnnotationNote Note Annotation. Clicking and dragging creates a note object.
0x00000029AnnotationStamp Stamp Annotation. Clicking and dragging creates a stamp object.
0x0000002AAnnotationHotSpot Hot Spot Annotation. Clicking and dragging creates a hot spot object.
0x0000002BAnnotationFreeHandHotSpot Freehand Hot Spot Annotation. Clicking and dragging creates a freehand hot spot object.
0x0000002CAnnotationButton Button Annotation. Clicking and dragging creates a button object.
0x0000002DAnnotationPoint Point Annotation. Clicking and dragging creates a point object.
0x0000002EAnnotationPolyRuler Polyruler Annotation. Clicking and dragging creates a polyruler object.
0x0000002FAnnotationCrossProduct Cross Product Annotation. Clicking and dragging creates a cross product object.
0x00000030AnnotationRedaction Redaction Annotation. Clicking and dragging creates a redaction object.
0x00000031AnnotationEncrypt Encrypt Annotation. Clicking and dragging creates an encrypt object.
0x00000032AnnotationAudio Audio Annotation. Clicking and dragging creates an audio object.
0x00000033AnnotationMedia Media Annotation. Clicking and dragging creates an media object.
0x00000034AnnotationRubberStamp Rubber Stamp Annotation. Clicking and dragging creates a rubber stamp object.
0x00000035PanoramicPolygon Panoramic polygon. Clicking and dragging multiple times creates a polygon that used to create panoramic image, for more information please refer to MedicalViewerMPRPolygon.
0x00000036Logarithmic Logarithmic. Moving the mouse horizontally changes the logarithmic factor of the LUT curve.
0x00000037Exponential Exponential. Moving the mouse horizontally changes the exponential factor of the LUT curve.
0x00000038Sigmoid Sigmoid. Moving the mouse horizontally changes the sigmoid factor of the LUT curve.
0x00000039SpatialLocator (For MPR Cells only) Clicking on one MPR cell will have the other cells scroll to the slice that correspond to the point clicked.
0x0000003AProbeTool Clicking on the cell will display an information window next to the cursor and move with it.
0x0000003BClickZoomIn Clicking will zoom the image in relative to the point clicked.
0x0000003CClickZoomOut Clicking will zoom the image out relative to the point clicked.
0x0000003DZoomToRectangle Dragging will create a rectangle, releasing the button will zoom to the portion of the image highlighted by the rectangle.
0x0000003ESpyGlass Moving the mouse causes the spy glass object to appear over the cell and move with the mouse. For more information refer to MedicalViewerSpyGlass.
0x0000003FFusionTranslucency Moving 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

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