ImageGear .NET v25.2 - Updated
ImageGear.Formats.Dicom Assembly / ImageGear.Formats.DICOM Namespace / ImGearVOIWindow Structure
Members




In This Topic
    ImGearVOIWindow Structure
    In This Topic
    Encapsulates linear DICOM VOI transform.
    Object Model
    ImGearVOIWindow StructureImGearVOIWindow StructureImGearVOIWindow StructureImGearVOIWindow StructureImGearVOIWindow Structure
    Syntax
    'Declaration
     
    Public Structure ImGearVOIWindow 
       Inherits System.ValueType
    'Usage
     
    Dim instance As ImGearVOIWindow
    public struct ImGearVOIWindow : System.ValueType 
    public __value struct ImGearVOIWindow : public System.ValueType 
    public value class ImGearVOIWindow : public System.ValueType 
    Remarks
    This class contains two member values: Center property and Width property. This transform tells which contrast range of an image shall be mapped to contrast range of the display device.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          ImageGear.Formats.DICOM.ImGearVOIWindow

    See Also