DicomObjects.NET.8.48 Documentation
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 System.Single
    'Usage
     
    
    Dim instance As DicomImage3D
    Dim value As System.Single
     
    instance.SpecularIntensity = value
     
    value = instance.SpecularIntensity
    public System.float SpecularIntensity {get; set;}
    public read-write property SpecularIntensity: System.Single; 
    public function get,set SpecularIntensity : System.float
    public: __property System.float get_SpecularIntensity();
    public: __property void set_SpecularIntensity( 
       System.float value
    );
    public:
    property System.float SpecularIntensity {
       System.float get();
       void set (    System.float value);
    }
    Remarks
    Typically a value between 0 and 1.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also