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

In This Topic
    LightDirection Property
    In This Topic
    The direction of the ambient light, relative to the eye position
    Syntax
    'Declaration
     
    
    Public Property LightDirection As SharpDX.Vector3
    public SharpDX.Vector3 LightDirection {get; set;}
    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