CopyCellTags Method

Summary

Copies the overlay tags from cell to destinationCell.

Syntax
C#
VB
C++
  
Public Overridable Sub CopyCellTags( _ 
   ByVal cell As MedicalViewerMultiCell, _ 
   ByVal destinationCell As MedicalViewerMultiCell _ 
)  
public: 
virtual void CopyCellTags(  
   MedicalViewerMultiCell^ cell, 
   MedicalViewerMultiCell^ destinationCell 
)  

Parameters

cell
the source cell

destinationCell
the destination cell

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.Medical.Workstation.Loader Assembly