The MedicalViewerDoublePlaneCutLine Constructor(MedicalViewerCell,MedicalViewerCell) is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Initializes a new MedicalViewerDoublePlaneCutLine class object with explicit parameters.| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal firstDerivativeCell As MedicalViewerCell, _ ByVal secondDerivativeCell As MedicalViewerCell _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim firstDerivativeCell As MedicalViewerCell Dim secondDerivativeCell As MedicalViewerCell Dim instance As New MedicalViewerDoublePlaneCutLine(firstDerivativeCell, secondDerivativeCell) | |
| C# | |
|---|---|
public MedicalViewerDoublePlaneCutLine( MedicalViewerCell firstDerivativeCell, MedicalViewerCell secondDerivativeCell ) | |
| C++/CLI | |
|---|---|
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7