DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomLabel3D Class / EnableFullBright Field



In This Topic
    EnableFullBright Field
    In This Topic
    Disables lighting and makes every point on mesh equally bright. This is enabled by default for Image collections.
    Syntax
    'Declaration
     
    
    Public EnableFullBright As Boolean
    'Usage
     
    
    Dim instance As DicomLabel3D
    Dim value As Boolean
     
    value = instance.EnableFullBright
     
    instance.EnableFullBright = value
    public bool EnableFullBright
    public:
    bool EnableFullBright
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also