The MedicalViewerDoublePlaneCutLine Class is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Represents the class that is used to create and adjust a double oblique cut plane. This feature is only supported under 64-bit version.
| Visual Basic (Declaration) | |
|---|---|
Public Class MedicalViewerDoublePlaneCutLine Inherits MedicalViewerReferenceLine | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerDoublePlaneCutLine | |
| C# | |
|---|---|
public class MedicalViewerDoublePlaneCutLine : MedicalViewerReferenceLine | |
| C++/CLI | |
|---|---|
public ref class MedicalViewerDoublePlaneCutLine : public MedicalViewerReferenceLine | |
For an example, refer to MedicalViewerPlaneCutLine
An oblique cut plane allows the user to view an organ from any angle (i.e. 360 degree). It creates a new cell with an image that contains the results of the clipping. The new cell is a Derivative cell.
System.Object
Leadtools.MedicalViewer.MedicalViewerReferenceLine
Leadtools.MedicalViewer.MedicalViewerDoublePlaneCutLine
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code