Represents a class that is used to indicate the row and column position of the cell inside the Leadtools.MedicalViewer control.
public class MedicalViewerCellPosition
Public Class MedicalViewerCellPosition
public ref class MedicalViewerCellPosition
This example shows statistics about the medical viewer and the first cell.
Imports Leadtools
Imports Leadtools.Codecs
Imports Leadtools.MedicalViewer
Private Sub GetStatisticalInformation(ByVal cell As MedicalViewerMultiCell)
Console.WriteLine("Number of actions that have been added to the medical viewer = " & cell.ActionCount)
Console.WriteLine("The coordinates of the first cell are : " & cell.Location.X & ", " & cell.Location.Y & ", " & cell.Size.Width & ", " & cell.Size.Height)
Console.WriteLine("The Position in term of row / columns of the first cell is : " & cell.Position.Row & ", " & cell.Position.Column)
End Sub
<TestMethod()> _
Public Sub MedicalViewerStatisticsExample()
Dim form As MainForm2 = New MainForm2()
GetStatisticalInformation((CType(form._medicalViewer.Cells(0), MedicalViewerMultiCell)))
form.ShowDialog()
End Sub
using Leadtools;
using Leadtools.Codecs;
using Leadtools.MedicalViewer;
void GetStatisticalInformation(MedicalViewerMultiCell cell)
{
Console.WriteLine("Number of actions that have been added to the medical viewer = " + cell.ActionCount);
Console.WriteLine("The coordinates of the first cell are : " + cell.Location.X + ", " + cell.Location.Y + ", " + cell.Size.Width + ", " + cell.Size.Height);
Console.WriteLine("The Position in term of row / columns of the first cell is : " + cell.Position.Row + ", " + cell.Position.Column);
}
public void MedicalViewerStatisticsExample()
{
MainForm2 form = new MainForm2();
GetStatisticalInformation(((MedicalViewerMultiCell)form._medicalViewer.Cells[0]));
form.ShowDialog();
}
Products |
Support |
Feedback: MedicalViewerCellPosition Class - Leadtools.MedicalViewer |
Introduction |
Help Version 19.0.2017.3.24
|
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
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.