Cell3D Constructor

Summary

Initializes a new 3D Cell class object with explicit parameters (reserved for future use).

Syntax
TypeScript
JavaScript
Cell3D = function( 
   viewer, 
   divID 
) 
constructor( 
   viewer: MedicalViewer, 
   divID: string 
); 

Parameters

viewer

The parent medical viewer

divID

The id of the cell

Remarks

To add this to the MedicalViewer use the Layout property.

This cell contains properties and methods that allow you to update and change the image properties.

The id of the cell must be unique.

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.Controls.Medical Assembly