MedicalViewer Constructor

Summary

Initializes a new instance of the MedicalViewer class.

Syntax

JavaScript Syntax
MedicalViewer = function( 
   parent, 
   rows, 
   columns 
) 
TypeScript Syntax
constructor( 
   parent: HTMLDivElement, 
   rows: number, 
   columns: number 
); 

Parameters

parent

The parent div of the medical viewer.

rows

The initial row count for the medical viewer grid.

columns

The initial column count for the medical viewer grid.

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