In This Topic
Controls whether the Image will be inverted.
Syntax
'Declaration
Public Property Invert As System.Boolean
'Usage
Dim instance As DicomImage
Dim value As System.Boolean
instance.Invert = value
value = instance.Invert
public System.bool Invert {get; set;}
public read-write property Invert: System.Boolean;
public function get,set Invert : System.boolean
public: __property System.bool get_Invert();
public: __property void set_Invert(
System.bool value
);
public:
property System.bool Invert {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also