LEADTOOLS Medical (Leadtools.MedicalViewer assembly)

MedicalViewerCellPosition Class

Show in webframe





Members 
Represents a class that is used to indicate the row and column position of the cell inside the Leadtools.MedicalViewer control.
Object Model
Syntax
public class MedicalViewerCellPosition 
'Declaration
 
Public Class MedicalViewerCellPosition 
'Usage
 
Dim instance As MedicalViewerCellPosition

            

            
public ref class MedicalViewerCellPosition 
Example
        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



        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();
      }
        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



        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();
      }
      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();
      }
Requirements

Target Platforms

See Also

Reference

MedicalViewerCellPosition Members
Leadtools.MedicalViewer Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features