MedicalViewerDoublePlaneCutLine Constructor(MedicalViewerCell,MedicalViewerCell)

Summary

Initializes a new MedicalViewerDoublePlaneCutLine class object with explicit parameters.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal firstDerivativeCell As MedicalViewerCell, _ 
   ByVal secondDerivativeCell As MedicalViewerCell _ 
) 
            public: 
MedicalViewerDoublePlaneCutLine(  
   MedicalViewerCell^ firstDerivativeCell, 
   MedicalViewerCell^ secondDerivativeCell 
) 

Parameters

firstDerivativeCell
MedicalViewerCell class that contains the derivative cell of one of the cut-planes.

secondDerivativeCell
MedicalViewerCell class that contains the derivative cell of one of the cut-planes.

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.MedicalViewer Assembly