MedicalViewerCell Constructor(RasterImage,MedicalViewerLayoutPosition)

Summary

Initializes a new instance of the MedicalViewerCell class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal image As RasterImage, _ 
   ByVal location As MedicalViewerLayoutPosition _ 
) 
            public: 
MedicalViewerCell(  
   RasterImage^ image, 
   MedicalViewerLayoutPosition^ location 
) 

Parameters

image
The image that will be attached to this cell.

location
The location of the cell in the viewer.

Remarks

The position is represented by four dimensionless floating point values, in the range 0.0 to 1.0. The Lower left hand position represents the (0.0,0.0).

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly