PanoramicCell Constructor

Summary

Initializes a new PanoramicCell class object with explicit parameters.

Syntax
TypeScript
JavaScript
PanoramicCell = 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 for updating and changing the image's properties.

The ID of the cell must be unique.

Example

Refer to PanoramicAction

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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