DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / SetViewPlane Method / SetViewPlane(Plane,Boolean,Single) Method
The anatomical plane to view.
Whether to recenter the view.
The zoom factor (0 for auto).



In This Topic
    SetViewPlane(Plane,Boolean,Single) Method
    In This Topic
    Sets the view to a standard anatomical plane.
    Syntax
    '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)
    public void SetViewPlane( 
       Plane Plane,
       bool Recentre,
       float Zoom
    )
    public:
    void SetViewPlane( 
       Plane Plane,
       bool Recentre,
       float Zoom
    ) 

    Parameters

    Plane
    The anatomical plane to view.
    Recentre
    Whether to recenter the view.
    Zoom
    The zoom factor (0 for auto).
    Requirements

    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

    See Also