ImageGear .NET v25.2 - Updated
ImageGear.Formats.Dicom Assembly / ImageGear.Formats.DICOM Namespace / ImGearVOIWindow Structure / Min Property




In This Topic
    Min Property (ImGearVOIWindow)
    In This Topic
    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