DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomImage3D Class / LightDirection Property



In This Topic
    LightDirection Property
    In This Topic
    Gets or sets the direction of the light source relative to the eye in VR mode.
    Syntax
    'Declaration
     
    
    Public Property LightDirection As OpenTK.Mathematics.Vector3
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim value As OpenTK.Mathematics.Vector3
     
    instance.LightDirection = value
     
    value = instance.LightDirection
    public OpenTK.Mathematics.Vector3 LightDirection {get; set;}
    public:
    property OpenTK.Mathematics.Vector3 LightDirection {
       OpenTK.Mathematics.Vector3 get();
       void set (    OpenTK.Mathematics.Vector3 value);
    }
    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