ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearContrastSettings Structure
Members




In This Topic
    ImGearContrastSettings Structure
    In This Topic
    Contrast settings structure used by ImGearPageDisplay.UpdateLUT method.
    Object Model
    ImGearContrastSettings StructureImGearContrastSettings Structure
    Syntax
    'Declaration
     
    Public Structure ImGearContrastSettings 
       Inherits System.ValueType
       Implements IImGearContrastSettings 
    'Usage
     
    Dim instance As ImGearContrastSettings
    public struct ImGearContrastSettings : System.ValueType, IImGearContrastSettings  
    public __value struct ImGearContrastSettings : public System.ValueType, IImGearContrastSettings  
    public value class ImGearContrastSettings : public System.ValueType, IImGearContrastSettings  
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Display.ImGearContrastSettings

    See Also