'Declaration Public Property WidthMultiplier As Single
'Usage Dim instance As DicomImage Dim value As Single instance.WidthMultiplier = value value = instance.WidthMultiplier
public float WidthMultiplier {get; set;}
'Declaration Public Property WidthMultiplier As Single
'Usage Dim instance As DicomImage Dim value As Single instance.WidthMultiplier = value value = instance.WidthMultiplier
public float WidthMultiplier {get; set;}
Width and Level are ignored when a VOI LUT is in use (VoiLUTInUse is true), but this property, together with LevelShift provides an alternative means to allow users to have some control over the display without having to disable the VOILUT completely
The mechanism used is that the entire lookup table is shifted (in original image units) by LevelShift units, then widended or narrowed around its mid-point (where it crosses the mid-point of the output space) by a factor of WidthMultiplier.