explode Method

Summary

Explodes or implodes the specified cell.

Syntax

JavaScript Syntax
MedicalViewer.prototype.explode = function( 
   cell, 
   exploded 
) 
TypeScript Syntax
explode( 
   cell: Cell, 
   exploded: boolean 
): void; 

Parameters

cell

The cell where to apply the explode feature.

exploded

True to enter the explode view, false to return to normal view.

Remarks

To get whether the medical viewer has entered the explode view mode, refer to Exploded.

The exploded mode is a mode where the selected cell takes the whole viewer area.

This property is useful when the viewer is displaying multiple cells, and the user wants to enlarge one of them for a closer study.

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