←Select platform

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

Leadtools.MedicalViewer Assembly