Leadtools.MedicalViewer Namespace > MedicalViewerProbeToolTextChangedEventArgs Class : MedicalViewerProbeToolTextChangedEventArgs Constructor |
public MedicalViewerProbeToolTextChangedEventArgs( int subCellIndex, float x, float y, string text )
'Declaration Public Function New( _ ByVal subCellIndex As Integer, _ ByVal x As Single, _ ByVal y As Single, _ ByVal text As String _ )
'Usage Dim subCellIndex As Integer Dim x As Single Dim y As Single Dim text As String Dim instance As New MedicalViewerProbeToolTextChangedEventArgs(subCellIndex, x, y, text)