Cell Constructor

Summary

Initializes a new Cell class object with explicit parameters.

Syntax
TypeScript
JavaScript
Cell = function( 
   viewer, 
   divID, 
   rows, 
   columns 
) 
constructor( 
   viewer: MedicalViewer, 
   divID: string, 
   rows: number, 
   columns: number 
); 

Parameters

viewer

The parent medical viewer

divID

The id of the cell

rows

The cell grid row count

columns

The cell grid column count

Remarks

To add this to the MedicalViewer use the Layout property.

This cell contains properties and method that allows you to update and change the image properties.

The id of the cell must be unique.

Requirements

Target Platforms

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

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.