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



In This Topic
    DiffuseReflection Property
    In This Topic
    Switches on and off diffuse reflection (shading)
    Syntax
    'Declaration
     
    Public Property DiffuseReflection As Single
    'Usage
     
    Dim instance As DicomImage3D
    Dim value As Single
     
    instance.DiffuseReflection = value
     
    value = instance.DiffuseReflection
    public float DiffuseReflection {get; set;}
    public:
    property float DiffuseReflection {
       float get();
       void set (    float value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also