Level Property (DicomImage)
In This Topic
The Window Level (also known as the centre) - which controls the greyscale mapping of a displayed image
Syntax
'Declaration
Public Property Level As System.Single
'Usage
Dim instance As DicomImage
Dim value As System.Single
instance.Level = value
value = instance.Level
public System.float Level {get; set;}
public read-write property Level: System.Single;
public function get,set Level : System.float
public: __property System.float get_Level();
public: __property void set_Level(
System.float value
);
public:
property System.float Level {
System.float get();
void set ( System.float value);
}
Property Value
The Window Level (also known as the centre)
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also