MedicalViewerProbeToolTextChangedEventArgs Constructor

Summary
Initializes a new instance of the MedicalViewerProbeToolTextChangedEventArgs class object with explicit parameters.
Syntax
C#
VB
C++
public MedicalViewerProbeToolTextChangedEventArgs( 
   int subCellIndex, 
   float x, 
   float y, 
   string text 
) 
  
Public Function New( _ 
   ByVal subCellIndex As Integer, _ 
   ByVal x As Single, _ 
   ByVal y As Single, _ 
   ByVal text As String _ 
) 
            public: 
MedicalViewerProbeToolTextChangedEventArgs(  
   int subCellIndex, 
   float x, 
   float y, 
   String^ text 
) 

Parameters

subCellIndex
sub-cell index of the cell

x
the x-coordinates of the mouse position.

y
the x-coordinates of the mouse position.

text
the text that is displayed over the probe tool.

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

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