PlaneRotated Event

Summary
Occurs when the user rotates the MPR plane or clipping planes with the mouse using the RotatePlane action.
Syntax
C#
VB
C++
public event EventHandler<Medical3DPlaneEventArgs> PlaneRotated 
  
Public Event PlaneRotated As EventHandler(Of Medical3DPlaneEventArgs) 
public: 
event EventHandler<Medical3DPlaneEventArgs^>^ PlaneRotated 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.