DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage3D Class / LightDirection Property






    LightDirection Property
    The direction of the ambient light, relative to the eye position
    Syntax
    'Declaration
     
    
    Public Property LightDirection As SharpDX.Vector3
     
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim value As SharpDX.Vector3
     
    instance.LightDirection = value
     
    value = instance.LightDirection
    Remarks
    The default value is (0,1,1), corresponding to a light source directly above the eye position, shining downwards at 45 degrees.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also