DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / ScreenNormal Method



In This Topic
    ScreenNormal Method
    In This Topic
    Gets the current screen normal in world coordinates.
    Syntax
    'Declaration
     
    
    Public Function ScreenNormal() As OpenTK.Mathematics.Vector3
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim value As OpenTK.Mathematics.Vector3
     
    value = instance.ScreenNormal()
    public OpenTK.Mathematics.Vector3 ScreenNormal()
    public:
    OpenTK.Mathematics.Vector3 ScreenNormal(); 

    Return Value

    The normal vector.
    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