'Declaration Public Overloads Sub SetViewPlane( _ ByVal Plane As Plane, _ ByVal Recentre As Boolean, _ ByVal Zoom As Single _ )
'Usage Dim instance As DicomImage3D Dim Plane As Plane Dim Recentre As Boolean Dim Zoom As Single instance.SetViewPlane(Plane, Recentre, Zoom)
Parameters
- Plane
- Controls whether the view is set to axial, sagital, coronal, or left unchanged
- Recentre
- Controls whether to recentre the view to point to the centre of the image volume
- Zoom
- The zoom factor to use - see notes in remarks