Cell Constructor

Summary

Initializes a new Cell class object with explicit parameters.

Syntax

JavaScript Syntax
Cell = function( 
   viewer, 
   divID, 
   rows, 
   columns 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly