Occurs when the user moves the MPR plane or clipping planes with the mouse using the MovePlane action.
public event EventHandler<Medical3DPlaneEventArgs> PlaneMoved
Public Event PlaneMoved As EventHandler(Of Medical3DPlaneEventArgs)
public:
event EventHandler<Medical3DPlaneEventArgs^>^ PlaneMoved
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.
Property | Description |
---|---|
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. |
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET