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



    DiffuseReflection Property
    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
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also