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 Medical3DSlab Slab {get; set;}
get_Slab();
set_Slab(value);
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2