DicomObjects.NET.8.48 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 System.Boolean
    public System.bool Invert {get; set;}
    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: .NET CLR 4.8 or higher

    See Also