Slab Property

Summary

Gets or sets the class that contains the slab values.

Syntax
C#
VB
C++
public Medical3DSlab Slab { get; set; } 
  
Public Property Slab As Medical3DSlab 
public: 
property Medical3DSlab^ Slab { 
   Medical3DSlab^ get(); 
   void set (    Medical3DSlab^ ); 
} 

Property Value

A Medical3DSlab class that contains the slab values.

Remarks

The Slab is used to render a portion of the 3D object.

Refer to the Leadtools.MedicalViewer.MedicalViewerMPRCell class to view the 3D object from one of orthogonal planes (Axial, Sagittal or coronal). Enable the Leadtools.MedicalViewer.MedicalViewerMPRCell.ShowSlabBoundaries property to make it possible to adjust the slab using the mouse.

Example

For an example, refer to SetValues(Single,Single,Single,Single,Single,Single)

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