←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly