Occurs when the user moves or rotates the MPR plane or clipping planes with the mouse using the MovePlane or RotatePlane actions.
public event EventHandler<Medical3DPlaneEventArgs> PlaneChanged
Public Event PlaneChanged As EventHandler(Of Medical3DPlaneEventArgs)
public:
event EventHandler<Medical3DPlaneEventArgs^>^ PlaneChanged
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