DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / SetViewPlane Method / SetViewPlane(Vector3,Vector3,Vector3,Single) Method
The center point of the view.
The normal vector to the plane.
The up vector for orientation.
The zoom factor.



In This Topic
    SetViewPlane(Vector3,Vector3,Vector3,Single) Method
    In This Topic
    Sets a custom view plane.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetViewPlane( _
       ByVal Centre As OpenTK.Mathematics.Vector3, _
       ByVal Normal As OpenTK.Mathematics.Vector3, _
       ByVal Up As OpenTK.Mathematics.Vector3, _
       ByVal Zoom As Single _
    ) 
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim Centre As OpenTK.Mathematics.Vector3
    Dim Normal As OpenTK.Mathematics.Vector3
    Dim Up As OpenTK.Mathematics.Vector3
    Dim Zoom As Single
     
    instance.SetViewPlane(Centre, Normal, Up, Zoom)
    public void SetViewPlane( 
       OpenTK.Mathematics.Vector3 Centre,
       OpenTK.Mathematics.Vector3 Normal,
       OpenTK.Mathematics.Vector3 Up,
       float Zoom
    )
    public:
    void SetViewPlane( 
       OpenTK.Mathematics.Vector3 Centre,
       OpenTK.Mathematics.Vector3 Normal,
       OpenTK.Mathematics.Vector3 Up,
       float Zoom
    ) 

    Parameters

    Centre
    The center point of the view.
    Normal
    The normal vector to the plane.
    Up
    The up vector for orientation.
    Zoom
    The zoom factor.
    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