Derivative3D Constructor

Summary

Initializes a new instance of CephalometricCell with explicit parameters.

Syntax
TypeScript
JavaScript
Derivative3D = function( 
   viewer, 
   generator, 
   divID, 
   row, 
   col 
) 
constructor( 
   viewer: MedicalViewer, 
   generator: Cell, 
   divID: string, 
   row: number, 
   col: number 
); 

Parameters

viewer

The parent medical viewer. To add this to the MedicalViewer use the Layout property.

generator

The generator cell, which is the cell that contains the original frames.

divID

The ID of the cell. This ID must be unique.

row

Number of rows of the cell grid.

col

Number of columns of the cell grid.

Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.