DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomImage Class / Invert Property



In This Topic
    Invert Property
    In This Topic
    Controls whether the Image will be inverted.
    Syntax
    'Declaration
     
    
    Public Property Invert As Boolean
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As Boolean
     
    instance.Invert = value
     
    value = instance.Invert
    public bool Invert {get; set;}
    public:
    property bool Invert {
       bool get();
       void set (    bool value);
    }
    Remarks
    If set to true then Image will be inverted, which means black becomes white and write becomes black. Setting this property to true has the same effect of setting Image's Width property to some negative value.
    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