MedicalViewerPlaneCutLineEventArgs Constructor

Summary

Initializes a new instance of the MedicalViewerPlaneCutLineEventArgs class with explicit parameters.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal cellIndex As Integer, _ 
   ByVal cutLineIndex As Integer, _ 
   ByVal x As Integer, _ 
   ByVal y As Integer, _ 
   ByVal mouseButton As MedicalViewerMouseButtons _ 
) 
            public: 
MedicalViewerPlaneCutLineEventArgs(  
   int cellIndex, 
   int cutLineIndex, 
   int x, 
   int y, 
   MedicalViewerMouseButtons mouseButton 
) 

Parameters

cellIndex
The index of the cell that that has had its cut line selected.

cutLineIndex
The index of the selected cut line.

x
The pointer X position.

y
The pointer Y position.

mouseButton
AMedicalViewerMouseButtons value that represents the button that was clicked to select the cut line.

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.MedicalViewer Assembly