In This Topic
Provides a means to modify the usage of a Values of Interest Lookup Table (VOI LUT)
or other display mapping
Syntax
'Declaration
Public Property WidthMultiplier As System.Single
'Usage
Dim instance As DicomImage
Dim value As System.Single
instance.WidthMultiplier = value
value = instance.WidthMultiplier
public System.float WidthMultiplier {get; set;}
public read-write property WidthMultiplier: System.Single;
public function get,set WidthMultiplier : System.float
public: __property System.float get_WidthMultiplier();
public: __property void set_WidthMultiplier(
System.float value
);
public:
property System.float WidthMultiplier {
System.float get();
void set ( System.float value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also