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



In This Topic
    SpecularIntensity Property
    In This Topic
    Controls the intensity of specular reflection (VR only)
    Syntax
    'Declaration
     
    Public Property SpecularIntensity As Single
    'Usage
     
    Dim instance As DicomImage3D
    Dim value As Single
     
    instance.SpecularIntensity = value
     
    value = instance.SpecularIntensity
    public float SpecularIntensity {get; set;}
    public:
    property float SpecularIntensity {
       float get();
       void set (    float value);
    }
    Remarks
    Typically a value between 0 and 1.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also