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

Show in webframe

PlaneMoved Event






Occurs when the user moves the MPR plane or clipping planes with the mouse using the MovePlane action.
Syntax
public event EventHandler<Medical3DPlaneEventArgs> PlaneMoved
'Declaration
 
Public Event PlaneMoved As EventHandler(Of Medical3DPlaneEventArgs)
'Usage
 
Dim instance As Medical3DControl
Dim handler As EventHandler(Of Medical3DPlaneEventArgs)
 
AddHandler instance.PlaneMoved, handler

            

            
public:
event EventHandler<Medical3DPlaneEventArgs^>^ PlaneMoved
Event Data

The event handler receives an argument of type Medical3DPlaneEventArgs containing data related to this event. The following Medical3DPlaneEventArgs properties provide information specific to this event.

PropertyDescription
FrameIndex Gets the index of the frame that is drawn on the MPR plane.
ObjectIndex Gets the index of the object that contains the plane being affected by the action.
PlaneIndex Gets the index of the plane being affected by the plane action.
Type Gets the volume type.
Remarks
To enable the Action, use the Leadtools.MedicalViewer.MedicalViewerBaseCell.AddAction(Leadtools.MedicalViewer.MedicalViewerActionType) method to add the action to the Medical3DControl. Then use the Leadtools.MedicalViewer.MedicalViewerBaseCell.SetAction(Leadtools.MedicalViewer.MedicalViewerActionType,Leadtools.MedicalViewer.MedicalViewerMouseButtons,Leadtools.MedicalViewer.MedicalViewerActionFlags) to associate the action with a mouse button.
Requirements

Target Platforms

See Also

Reference

Medical3DControl Class
Medical3DControl Members

Error processing SSI file
   Leadtools.Medical3D requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features