Initializes a new instance of the MedicalViewerProbeToolTextChangedEventArgs class object with explicit parameters.
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
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET