DicomObjects.NET.V8
DicomObjects Namespace / DicomImage3D Class / LightIntensity Property



    LightIntensity Property
    The intensity of the directional (as opposed to ambient) lighting.
    Syntax
    'Declaration
     
    Public Property LightIntensity As Single
     
    'Usage
     
    Dim instance As DicomImage3D
    Dim value As Single
     
    instance.LightIntensity = value
     
    value = instance.LightIntensity
    Remarks

    The direction of the light is defined by the LightDirection property, and the default value is 0.6.

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also