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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly