PlaneMoved Event

Summary

Occurs when the user moves the MPR plane or clipping planes with the mouse using the MovePlane action.

Syntax
C#
VB
C++
public event EventHandler<Medical3DPlaneEventArgs> PlaneMoved 
  
Public Event PlaneMoved As EventHandler(Of Medical3DPlaneEventArgs) 
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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly