ImageGear .NET - Updated
Min Property (ImGearVOIWindow)




ImageGear24.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace > ImGearVOIWindow Structure : Min Property
Gets Window Minimum value.
Syntax
'Declaration
 
Public ReadOnly Property Min As Integer
'Usage
 
Dim instance As ImGearVOIWindow
Dim value As Integer
 
value = instance.Min
public int Min {get;}
public: __property int get_Min();
public:
property int Min {
   int get();
}

Property Value

Any integer number.
Remarks
This property returns minimum window value as a 32-bit integer. Please use Min64 property if you are working with 17-32 bit per channel images.
See Also

Reference

ImGearVOIWindow Structure
ImGearVOIWindow Members