LEADTOOLS Medical (Leadtools.Medical3D assembly)
LEAD Technologies, Inc

WindowLevelChanged Event






Occurs when the user changes the window-level values with the mouse using the WindowLevel action.
Syntax
public event EventHandler<Medical3DWindowLevelEventArgs> WindowLevelChanged
'Declaration
 
Public Event WindowLevelChanged As EventHandler(Of Medical3DWindowLevelEventArgs)
'Usage
 
Dim instance As Medical3DControl
Dim handler As EventHandler(Of Medical3DWindowLevelEventArgs)
 
AddHandler instance.WindowLevelChanged, handler
public event EventHandler<Medical3DWindowLevelEventArgs> WindowLevelChanged
add_WindowLevelChanged(function(sender, e))
remove_WindowLevelChanged(function(sender, e))

public:
event EventHandler<Medical3DWindowLevelEventArgs^>^ WindowLevelChanged
Event Data

The event handler receives an argument of type Medical3DWindowLevelEventArgs containing data related to this event. The following Medical3DWindowLevelEventArgs properties provide information specific to this event.

PropertyDescription
Center Gets the window-level center value.
ObjectIndex Gets the index of the object being affected by the window-level action.
Width Gets the window-level width value.
Remarks
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.
Example
For an example refer to Center
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Medical3DControl Class
Medical3DControl Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features