LEADTOOLS Medical (Leadtools.MedicalViewer assembly)

GetCellImage(Boolean,MedicalViewerCellImageFeatures) Method

Show in webframe





true to print the sub-cell, but after scaling it up to fit the entire cell area.
An Enumerated MedicalViewerCellImageFeatures value that lets you select which part of the cell besides the image to draw.
Returns a printable version of the cell.
Syntax
public Image GetCellImage( 
   bool exploded,
   MedicalViewerCellImageFeatures features
)
'Declaration
 
Public Overloads Function GetCellImage( _
   ByVal exploded As Boolean, _
   ByVal features As MedicalViewerCellImageFeatures _
) As Image
'Usage
 
Dim instance As MedicalViewerCell
Dim exploded As Boolean
Dim features As MedicalViewerCellImageFeatures
Dim value As Image
 
value = instance.GetCellImage(exploded, features)

            

            
public:
Image^ GetCellImage( 
   bool exploded,
   MedicalViewerCellImageFeatures features
) 

Parameters

exploded
true to print the sub-cell, but after scaling it up to fit the entire cell area.
features
An Enumerated MedicalViewerCellImageFeatures value that lets you select which part of the cell besides the image to draw.

Return Value

System.Drawing.Image object which is the printable version of the cell.
Remarks
Example
      Imports Leadtools
      Imports Leadtools.Codecs
      Imports Leadtools.MedicalViewer
      Imports Leadtools.ImageProcessing.Core

      Public Sub MedicalViewerSaveCellExample()
         Dim myForm As MedicalViewerForm = GetMedicalControl()
         Dim medicalViewer As MedicalViewer = myForm.Viewer
         Dim myImage As Image = (CType(medicalViewer.Cells(0), MedicalViewerMultiCell)).GetCellImage()
         myImage.Save(Path.Combine(LEAD_VARS.ImagesDir, "FirstCell.bmp"))

         myImage.Dispose()
         myForm.ShowDialog()
      End Sub

      Public NotInheritable Class LEAD_VARS
      Public Const ImagesDir As String = "C:\Users\Public\Documents\LEADTOOLS Images"
      End Class
      using Leadtools;
      using Leadtools.Codecs;
      using Leadtools.MedicalViewer;
      using Leadtools.ImageProcessing.Core;

      public void MedicalViewerSaveCellExample()
      {
         MedicalViewerForm myForm = GetMedicalControl();
         MedicalViewer medicalViewer = myForm.Viewer;
         Image myImage = ((MedicalViewerMultiCell)(medicalViewer.Cells[0])).GetCellImage();
         myImage.Save(Path.Combine(LEAD_VARS.ImagesDir,"FirstCell.bmp"));

         myImage.Dispose();
         myForm.ShowDialog();
      }

      static class LEAD_VARS
      {
      public const string ImagesDir = @"C:\Users\Public\Documents\LEADTOOLS Images";
      }

      Imports Leadtools
      Imports Leadtools.Codecs
      Imports Leadtools.MedicalViewer
      Imports Leadtools.ImageProcessing.Core

      Public Sub MedicalViewerSaveCellExample()
         Dim myForm As MedicalViewerForm = GetMedicalControl()
         Dim medicalViewer As MedicalViewer = myForm.Viewer
         Dim myImage As Image = (CType(medicalViewer.Cells(0), MedicalViewerMultiCell)).GetCellImage()
         myImage.Save(Path.Combine(LEAD_VARS.ImagesDir, "FirstCell.bmp"))

         myImage.Dispose()
         myForm.ShowDialog()
      End Sub

      Public NotInheritable Class LEAD_VARS
      Public Const ImagesDir As String = "C:\Users\Public\Documents\LEADTOOLS Images"
      End Class
      using Leadtools;
      using Leadtools.Codecs;
      using Leadtools.MedicalViewer;
      using Leadtools.ImageProcessing.Core;

      public void MedicalViewerSaveCellExample()
      {
         MedicalViewerForm myForm = GetMedicalControl();
         MedicalViewer medicalViewer = myForm.Viewer;
         Image myImage = ((MedicalViewerMultiCell)(medicalViewer.Cells[0])).GetCellImage();
         myImage.Save(Path.Combine(LEAD_VARS.ImagesDir,"FirstCell.bmp"));

         myImage.Dispose();
         myForm.ShowDialog();
      }

      static class LEAD_VARS
      {
      public const string ImagesDir = @"C:\Users\Public\Documents\LEADTOOLS Images";
      }

      using Leadtools;
      using Leadtools.Codecs;
      using Leadtools.MedicalViewer;
      using Leadtools.ImageProcessing.Core;

      public void MedicalViewerSaveCellExample()
      {
         MedicalViewerForm myForm = GetMedicalControl();
         MedicalViewer medicalViewer = myForm.Viewer;
         Image myImage = ((MedicalViewerMultiCell)(medicalViewer.Cells[0])).GetCellImage();
         myImage.Save(Path.Combine(LEAD_VARS.ImagesDir,"FirstCell.bmp"));

         myImage.Dispose();
         myForm.ShowDialog();
      }

      static class LEAD_VARS
      {
      public const string ImagesDir = @"C:\Users\Public\Documents\LEADTOOLS Images";
      }

Requirements

Target Platforms

See Also

Reference

MedicalViewerCell Class
MedicalViewerCell Members
Overload List

 

 


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