Leadtools.Medical3D Namespace > Medical3DObject Class : Slab Property |
public Medical3DSlab Slab {get; set;}
'Declaration Public Property Slab As Medical3DSlab
'Usage Dim instance As Medical3DObject Dim value As Medical3DSlab instance.Slab = value value = instance.Slab
public: property Medical3DSlab^ Slab { Medical3DSlab^ get(); void set ( Medical3DSlab^ value); }
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.